DBA Data[Home] [Help]

APPS.ZX_TCM_CONTROL_PKG dependencies on XLE_ENTITY_PROFILES

Line 653: from xle_entity_profiles

649: -- for party fiscal classification, le id passed in
650: -- and the party_type code is known as FIRST_PARTY
651:
652: select party_id INTO l_party_id
653: from xle_entity_profiles
654: where legal_entity_id = p_fsc_rec.classified_entity_id;
655:
656: l_Party_Type_Code:= 'FIRST_PARTY';
657: