DBA Data[Home] [Help]

APPS.GMS_BUDGET_UTILS dependencies on MO_GLOBAL

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

1780: -- b) Budget Integration workflow
1781: --
1782: -- This procedure does the following:
1783: -- a) Derives org_id from project_id
1784: -- b) Passes org_id to mo_global.set_policy_context
1785: --
1786: --Other Notes:
1787: --
1788: --

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

1822: FROM gms_awards_all
1823: WHERE award_id = p_award_id;
1824:
1825: -- Set the Operating Unit Context
1826: mo_global.set_policy_context(p_access_mode => 'S'
1827: , p_org_id => l_org_id );
1828:
1829:
1830: