DBA Data[Home] [Help]

APPS.CN_PMT_TRANS_PVT dependencies on HZ_CUST_ACCOUNTS

Line 35: from hz_parties party, hz_cust_accounts cust_acct

31: cn_payment_transactions pmttrxeo,
32: cn_commission_headers ch,
33: (select cust_acct.cust_account_id customer_id,
34: party.party_name customer_name
35: from hz_parties party, hz_cust_accounts cust_acct
36: where cust_acct.party_id = party.party_id) cus
37: WHERE
38: pmttrxeo.payrun_id = c_payrun_id
39: and pmttrxeo.credited_salesrep_id = c_salesrep_id