DBA Data[Home] [Help]

APPS.AR_RECEIPT_API_PUB dependencies on HZ_PARTIES

Line 200: customer_name hz_parties.party_name%TYPE,

196: trans_to_receipt_rate ar_receivable_applications.trans_to_receipt_rate%TYPE DEFAULT NULL
197: );
198: TYPE G_create_cash_rec_type IS RECORD
199: ( customer_id hz_cust_accounts.cust_account_id%TYPE,
200: customer_name hz_parties.party_name%TYPE,
201: customer_number hz_cust_accounts.account_number%TYPE,
202: cust_site_use_id hz_cust_site_uses.site_use_id%TYPE,
203: location hz_cust_site_uses.location%TYPE,
204: /* 6612301 */

Line 519: p_customer_name IN hz_parties.party_name%TYPE DEFAULT NULL,

515: p_gl_date IN ar_cash_receipt_history.gl_date%TYPE DEFAULT NULL,
516: p_maturity_date IN DATE DEFAULT NULL,
517: p_postmark_date IN DATE DEFAULT NULL,
518: p_customer_id IN ar_cash_receipts.pay_from_customer%TYPE DEFAULT NULL,
519: p_customer_name IN hz_parties.party_name%TYPE DEFAULT NULL,
520: p_customer_number IN hz_cust_accounts.account_number%TYPE DEFAULT NULL,
521: p_customer_bank_account_id IN ar_cash_receipts.customer_bank_account_id%TYPE DEFAULT NULL,
522: /* 6612301 */
523: p_customer_bank_account_num IN iby_ext_bank_accounts_v.bank_account_number%TYPE DEFAULT NULL,

Line 744: ,p_party_id IN hz_parties.party_id%TYPE DEFAULT NULL

740: ,p_delivery_channel_code IN ap_invoices.delivery_channel_code%TYPE DEFAULT NULL
741: ,p_remittance_message1 IN ap_invoices.remittance_message1%TYPE DEFAULT NULL
742: ,p_remittance_message2 IN ap_invoices.remittance_message2%TYPE DEFAULT NULL
743: ,p_remittance_message3 IN ap_invoices.remittance_message3%TYPE DEFAULT NULL
744: ,p_party_id IN hz_parties.party_id%TYPE DEFAULT NULL
745: ,p_party_site_id IN hz_party_sites.party_site_id%TYPE DEFAULT NULL
746: ,p_bank_account_id IN ar_cash_receipts.customer_bank_account_id%TYPE DEFAULT NULL
747: ,p_payment_priority IN ap_invoices_interface.PAYMENT_PRIORITY%TYPE DEFAULT NULL --Bug8290172
748: ,p_terms_id IN ap_invoices_interface.TERMS_ID%TYPE DEFAULT NULL --Bug8290172

Line 1064: p_customer_name IN hz_parties.party_name%TYPE DEFAULT NULL,

1060: p_maturity_date IN DATE DEFAULT NULL,
1061: p_postmark_date IN DATE DEFAULT NULL,
1062: p_customer_id IN ar_cash_receipts.pay_from_customer%TYPE DEFAULT NULL,
1063: /* tca uptake */
1064: p_customer_name IN hz_parties.party_name%TYPE DEFAULT NULL,
1065: p_customer_number IN hz_cust_accounts.account_number%TYPE DEFAULT NULL,
1066: p_customer_bank_account_id IN ar_cash_receipts.customer_bank_account_id%TYPE
1067: DEFAULT NULL,
1068: /* 6612301 */