DBA Data[Home] [Help]

APPS.PA_FP_CI_MERGE dependencies on MO_GLOBAL

Line 12632: l_context_mode := mo_global.get_access_mode;

12628: -- For bug 3866629
12629: FND_MSG_PUB.initialize;
12630:
12631: -- Bug#13960733 start.
12632: l_context_mode := mo_global.get_access_mode;
12633: if l_context_mode = 'M' then
12634: PA_MOAC_UTILS.SET_POLICY_CONTEXT('S',fnd_global.org_id);
12635: end if;
12636: -- Bug#13960733 end.