DBA Data[Home] [Help]

APPS.IBY_FD_POST_PICP_PROGS_PVT dependencies on MO_GLOBAL

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

1570: -- have to init ourselves
1571: -- can't use the _gt. Have to use _v
1572: --CEP_STANDARD.init_security;
1573:
1574: IF MO_GLOBAL.is_mo_init_done = 'N' THEN
1575: select APPLICATION_SHORT_NAME
1576: into l_appl_name
1577: from FND_APPLICATION
1578: where APPLICATION_ID = FND_GLOBAL.resp_appl_id;

Line 1581: MO_GLOBAL.init(l_appl_name);

1577: from FND_APPLICATION
1578: where APPLICATION_ID = FND_GLOBAL.resp_appl_id;
1579:
1580: -- Set MOAC security
1581: MO_GLOBAL.init(l_appl_name);
1582: END IF;
1583:
1584: iby_debug_pub.add(debug_msg => 'Checking accessible orgs',
1585: debug_level => FND_LOG.LEVEL_STATEMENT,