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 509: p_customer_name IN hz_parties.party_name%TYPE DEFAULT NULL,

505: p_gl_date IN ar_cash_receipt_history.gl_date%TYPE DEFAULT NULL,
506: p_maturity_date IN DATE DEFAULT NULL,
507: p_postmark_date IN DATE DEFAULT NULL,
508: p_customer_id IN ar_cash_receipts.pay_from_customer%TYPE DEFAULT NULL,
509: p_customer_name IN hz_parties.party_name%TYPE DEFAULT NULL,
510: p_customer_number IN hz_cust_accounts.account_number%TYPE DEFAULT NULL,
511: p_customer_bank_account_id IN ar_cash_receipts.customer_bank_account_id%TYPE DEFAULT NULL,
512: /* 6612301 */
513: p_customer_bank_account_num IN iby_ext_bank_accounts_v.bank_account_number%TYPE DEFAULT NULL,

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

730: ,p_delivery_channel_code IN ap_invoices.delivery_channel_code%TYPE DEFAULT NULL
731: ,p_remittance_message1 IN ap_invoices.remittance_message1%TYPE DEFAULT NULL
732: ,p_remittance_message2 IN ap_invoices.remittance_message2%TYPE DEFAULT NULL
733: ,p_remittance_message3 IN ap_invoices.remittance_message3%TYPE DEFAULT NULL
734: ,p_party_id IN hz_parties.party_id%TYPE DEFAULT NULL
735: ,p_party_site_id IN hz_party_sites.party_site_id%TYPE DEFAULT NULL
736: ,p_bank_account_id IN ar_cash_receipts.customer_bank_account_id%TYPE DEFAULT NULL
737: );
738:

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

1048: p_maturity_date IN DATE DEFAULT NULL,
1049: p_postmark_date IN DATE DEFAULT NULL,
1050: p_customer_id IN ar_cash_receipts.pay_from_customer%TYPE DEFAULT NULL,
1051: /* tca uptake */
1052: p_customer_name IN hz_parties.party_name%TYPE DEFAULT NULL,
1053: p_customer_number IN hz_cust_accounts.account_number%TYPE DEFAULT NULL,
1054: p_customer_bank_account_id IN ar_cash_receipts.customer_bank_account_id%TYPE
1055: DEFAULT NULL,
1056: /* 6612301 */