DBA Data[Home] [Help]

APPS.AP_PAY_SINGLE_INVOICE_PKG dependencies on HZ_PARTIES

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

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

Line 943: hz_parties hp

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