DBA Data[Home] [Help]

APPS.IGC_CC_ARCHIVE_PURGE_PKG dependencies on MO_GLOBAL

Line 257: IF igi_gen.is_req_installed('CC',mo_global.get_current_org_id) = 'N' THEN

253:
254: -- 01/03/02, check to see if CC is installed
255: -- code will remain commented out for now
256:
257: IF igi_gen.is_req_installed('CC',mo_global.get_current_org_id) = 'N' THEN
258:
259: SELECT meaning
260: INTO l_option_name
261: FROM igi_lookups

Line 467: g_org_id := mo_global.get_current_org_id;

463: g_last_activity_date := p_last_activity_date;
464: /* Commented below two lines during r12 MOAC uptake
465: g_org_id := TO_NUMBER (FND_PROFILE.value ('ORG_ID'));
466: g_sob_id := TO_NUMBER (FND_PROFILE.value ('GL_SET_OF_BKS_ID')); */
467: g_org_id := mo_global.get_current_org_id;
468: mo_utils.get_ledger_info(p_operating_unit => g_org_id,
469: p_ledger_id => g_sob_id,
470: p_ledger_name => g_ledger_name);
471: /* Select set_of_books_id into g_sob_id