DBA Data[Home] [Help]

APPS.PON_EMD_AR_INTEGRATION_GRP dependencies on AR_RECEIPT_METHODS

Line 43: receipt_method_id ar_receipt_methods.RECEIPT_METHOD_ID%TYPE,

39: deposit_currency pon_emd_transactions.transaction_currency_code%type,
40: exchange_rate_type pon_emd_transactions.exchange_rate_type%type,
41: exchange_date pon_emd_transactions.exchange_date%type,
42: exchange_rate pon_emd_transactions.exchange_rate%type,
43: receipt_method_id ar_receipt_methods.RECEIPT_METHOD_ID%TYPE,
44: customer_bank_account_id ra_customer_trx.customer_bank_account_id%TYPE,
45: org_id NUMBER,
46: auction_header_id pon_auction_headers_all.auction_header_id%TYPE,
47: document_number pon_auction_headers_all.document_number%TYPE,

Line 81: receipt_method_id ar_receipt_methods.RECEIPT_METHOD_ID%TYPE,

77: vendor_contact_id ap_supplier_contacts.vendor_contact_id%type,
78: exchange_rate_type ra_customer_trx.exchange_rate_type%type,
79: exchange_date ra_customer_trx.exchange_date%type,
80: exchange_rate ra_customer_trx.exchange_rate%type,
81: receipt_method_id ar_receipt_methods.RECEIPT_METHOD_ID%TYPE,
82: receipt_amount ar_cash_receipts.amount%TYPE,
83: receipt_date ar_cash_receipts.receipt_date%TYPE,
84: deposit_date ar_cash_receipts.deposit_date%TYPE,
85: org_id NUMBER

Line 139: receipt_method_id ar_receipt_methods.receipt_method_id%TYPE,

135: site_use_id ra_customer_trx.bill_to_site_use_id%TYPE,
136: exchange_rate_type ra_customer_trx.exchange_rate_type%type,
137: exchange_date ra_customer_trx.exchange_date%type,
138: exchange_rate ra_customer_trx.exchange_rate%type,
139: receipt_method_id ar_receipt_methods.receipt_method_id%TYPE,
140: org_id NUMBER,
141: auction_header_id pon_auction_headers_all.auction_header_id%TYPE,
142: document_number pon_auction_headers_all.document_number%TYPE,
143: party_id hz_parties.party_id%type,