DBA Data[Home] [Help]

APPS.CN_PERIODS_API dependencies on MO_GLOBAL

Line 357: l_org_id := mo_global.get_current_org_id;

353: BEGIN
354: retcode := 0; -- success = 0, warning = 1, fail = 2
355:
356: -- get current working org ID
357: l_org_id := mo_global.get_current_org_id;
358: IF l_org_id IS NULL THEN
359: -- org ID is not set... raise error
360: RAISE fnd_api.g_exc_unexpected_error;
361: END IF;

Line 663: l_org_id := mo_global.get_current_org_id;

659: --SAVEPOINT populate_srp_tables_runner; -- obsolete now since we commit for each rep
660: retcode := 0; -- success = 0, warning = 1, fail = 2
661:
662: -- get current working org ID
663: l_org_id := mo_global.get_current_org_id;
664: IF l_org_id IS NULL THEN
665: -- org ID is not set... raise error
666: RAISE fnd_api.g_exc_unexpected_error;
667: END IF;