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 667: l_org_id := mo_global.get_current_org_id;

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