DBA Data[Home] [Help]

APPS.ZX_TCM_CONTROL_PKG dependencies on XLE_ENTITY_PROFILES

Line 664: from xle_entity_profiles

660: -- for party fiscal classification, le id passed in
661: -- and the party_type code is known as FIRST_PARTY
662:
663: select party_id INTO l_party_id
664: from xle_entity_profiles
665: where legal_entity_id = p_fsc_rec.classified_entity_id;
666:
667: l_Party_Type_Code:= 'FIRST_PARTY';
668: