DBA Data[Home] [Help]

APPS.PA_BUDGET_UTILS dependencies on MO_GLOBAL

Line 4190: -- b) Passes org_id to mo_global.set_policy_context

4186: -- b) Budget Integration workflow
4187: --
4188: -- This procedure does the following:
4189: -- a) Derives org_id from project_id
4190: -- b) Passes org_id to mo_global.set_policy_context
4191: --
4192: -- This procedure assumes that the project_id had been fully validated
4193: -- by the calling object. Error checking is limited to any
4194: -- WHEN OTHERS ORA error.

Line 4245: mo_global.set_policy_context(p_access_mode => 'S'

4241: WHERE project_id = p_project_id;
4242:
4243:
4244: -- Set the Operating Unit Context
4245: mo_global.set_policy_context(p_access_mode => 'S'
4246: , p_org_id => l_org_id );
4247:
4248:
4249: