DBA Data[Home] [Help]

APPS.IGC_UPGRADE_DATA_R12 dependencies on MO_GLOBAL

Line 171: l_org_id := MO_GLOBAL.get_current_org_id;

167: BEGIN
168: retcode := 0;
169: l_full_path := g_path || 'Validate_Setup_and_Migrate';
170:
171: l_org_id := MO_GLOBAL.get_current_org_id;
172:
173: IF (g_debug_mode = 'Y') THEN
174: Put_Debug_Msg(l_full_path, 'ORG ID: ' || l_org_id);
175: END IF;