1. 在PRE-FORM trigger中:
begin
apps.fnd_global.apps_initialize(user_id => apps.fnd_global.user_id,
resp_id => apps.fnd_global.resp_id,
resp_appl_id => apps.fnd_global.resp_appl_id);
MO_GLOBAL.INIT('AR'); -- AR 為APPL short name
-- mo_global.set_policy_context('S',111); 單一組織
-- mo_global.set_policy_context('M',NULL); 多組織
END;