DBA Data[Home] [Help]

APPS.PO_ENCUMBRANCE_POSTPROCESSING dependencies on XLE_UTILITIES_GRP

Line 809: l_legal_entity_id := xle_utilities_grp.Get_DefaultLegalContext_OU(l_current_org_id);

805:
806: l_progress := '130' ;
807:
808: -- Bug 4654758 : get the legal entity id using the API
809: l_legal_entity_id := xle_utilities_grp.Get_DefaultLegalContext_OU(l_current_org_id);
810:
811: IF g_debug_stmt THEN
812: PO_DEBUG.debug_var(l_log_head,l_progress,'l_legal_entity_id ',l_legal_entity_id );
813: END IF;