DBA Data[Home] [Help]

APPS.CN_ACC_PERIODS_PVT dependencies on MO_GLOBAL

Line 107: l_org_id := mo_global.get_current_org_id;

103: BEGIN
104: retcode := 0; -- success = 0, warning = 1, fail = 2
105:
106: -- get current working org ID
107: l_org_id := mo_global.get_current_org_id;
108: IF l_org_id IS NULL THEN
109: -- org ID is not set... raise error
110: RAISE fnd_api.g_exc_unexpected_error;
111: END IF;