oracle - 查询某些表是空白,需要提升权限后,才可查询出数据
begin
fnd_global.apps_initialize(user_id => 1150
,resp_id => 50738
,resp_appl_id => 660
);
MO_GLOBAL.INIT('PO');
end;
比如 select * from fm_form_mst --查询配方表
begin
fnd_global.apps_initialize(user_id => 1150
,resp_id => 50738
,resp_appl_id => 660
);
MO_GLOBAL.INIT('PO');
end;
比如 select * from fm_form_mst --查询配方表