DBA Data[Home] [Help]

APPS.IGC_CBC_FUNDS_CHECKER dependencies on MO_GLOBAL

Line 862: l_org_id := MO_GLOBAL.get_current_org_id;

858: Put_Debug_Msg (l_full_path, 'Ledger ID: ' || l_ledger_id || ' Valuation Method: ' || l_valuation_method);
859: Put_Debug_Msg (l_full_path, 'Getting Event Type Code and Entity Type' );
860: END IF;
861:
862: l_org_id := MO_GLOBAL.get_current_org_id;
863:
864: IF (g_debug_mode = 'Y') THEN
865: Put_Debug_Msg (l_full_path, 'Org ID: ' || l_org_id);
866: END IF;