DBA Data[Home] [Help]

APPS.AP_PAY_SINGLE_INVOICE_PKG dependencies on HZ_PARTIES

Line 928: || Need to get the party name from hz_parties as it

924:
925:
926: /*
927: || =======================================================
928: || Need to get the party name from hz_parties as it
929: || it is needed for the insert into ap_checks
930: || =======================================================
931: */
932:

Line 944: hz_parties hp

940: hp.party_name
941: INTO l_vendor_rec.Auto_calc_int_flag,
942: l_vendor_rec.Vendor_name
943: FROM ap_suppliers asup,
944: hz_parties hp
945: WHERE asup.vendor_id = l_inv_rec.vendor_id
946: AND asup.party_id = hp.party_id;
947:
948: EXCEPTION