DBA Data[Home] [Help]

APPS.IBY_FD_POST_PICP_PROGS_PVT dependencies on MO_GLOBAL

Line 1783: IF MO_GLOBAL.is_mo_init_done = 'N' THEN

1779: -- have to init ourselves
1780: -- can't use the _gt. Have to use _v
1781: --CEP_STANDARD.init_security;
1782:
1783: IF MO_GLOBAL.is_mo_init_done = 'N' THEN
1784: select APPLICATION_SHORT_NAME
1785: into l_appl_name
1786: from FND_APPLICATION
1787: where APPLICATION_ID = FND_GLOBAL.resp_appl_id;

Line 1790: MO_GLOBAL.init(l_appl_name);

1786: from FND_APPLICATION
1787: where APPLICATION_ID = FND_GLOBAL.resp_appl_id;
1788:
1789: -- Set MOAC security
1790: MO_GLOBAL.init(l_appl_name);
1791: END IF;
1792:
1793: iby_debug_pub.add(debug_msg => 'Checking accessible orgs',
1794: debug_level => FND_LOG.LEVEL_STATEMENT,