DBA Data[Home] [Help]

APPS.PA_BUDGET_UTILS dependencies on MO_GLOBAL

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

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

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

4237: WHERE project_id = p_project_id;
4238:
4239:
4240: -- Set the Operating Unit Context
4241: mo_global.set_policy_context(p_access_mode => 'S'
4242: , p_org_id => l_org_id );
4243:
4244:
4245: