DBA Data[Home] [Help]

APPS.AR_AUTOREC_API dependencies on RA_CUSTOMER_TRX

Line 144: p_doc_num_l IN ra_customer_trx.doc_sequence_value%TYPE,

140: p_due_date_l IN ar_payment_schedules.due_date%TYPE,
141: p_due_date_h IN ar_payment_schedules.due_date%TYPE,
142: p_trx_num_l IN ar_payment_schedules.trx_number%TYPE,
143: p_trx_num_h IN ar_payment_schedules.trx_number%TYPE,
144: p_doc_num_l IN ra_customer_trx.doc_sequence_value%TYPE,
145: p_doc_num_h IN ra_customer_trx.doc_sequence_value%TYPE,
146: p_customer_number_l IN hz_cust_accounts.account_number%TYPE, --Bug6734688
147: p_customer_number_h IN hz_cust_accounts.account_number%TYPE, --Bug6734688
148: p_customer_name_l IN hz_parties.party_name%TYPE, --Bug6734688

Line 145: p_doc_num_h IN ra_customer_trx.doc_sequence_value%TYPE,

141: p_due_date_h IN ar_payment_schedules.due_date%TYPE,
142: p_trx_num_l IN ar_payment_schedules.trx_number%TYPE,
143: p_trx_num_h IN ar_payment_schedules.trx_number%TYPE,
144: p_doc_num_l IN ra_customer_trx.doc_sequence_value%TYPE,
145: p_doc_num_h IN ra_customer_trx.doc_sequence_value%TYPE,
146: p_customer_number_l IN hz_cust_accounts.account_number%TYPE, --Bug6734688
147: p_customer_number_h IN hz_cust_accounts.account_number%TYPE, --Bug6734688
148: p_customer_name_l IN hz_parties.party_name%TYPE, --Bug6734688
149: p_customer_name_h IN hz_parties.party_name%TYPE, --Bug6734688

Line 158: p_payment_server_order_num OUT NOCOPY ra_customer_trx.payment_server_order_num%TYPE,

154: p_customer_trx_id OUT NOCOPY ar_payment_schedules.customer_trx_id%TYPE,
155: p_cash_receipt_id OUT NOCOPY ar_cash_receipts.cash_receipt_id%TYPE,
156: p_paying_customer_id OUT NOCOPY ar_payment_schedules.customer_id%TYPE,
157: p_paying_site_use_id OUT NOCOPY hz_cust_site_uses.site_use_id%TYPE,
158: p_payment_server_order_num OUT NOCOPY ra_customer_trx.payment_server_order_num%TYPE,
159: p_due_date OUT NOCOPY ar_payment_schedules.due_date%TYPE,
160: p_amount_due_remaining OUT NOCOPY ar_payment_schedules.amount_due_remaining%TYPE,
161: p_cust_bank_account_id OUT NOCOPY ra_customer_trx.customer_bank_account_id%TYPE,
162: p_cust_min_amt OUT NOCOPY hz_cust_profile_amts.auto_rec_min_receipt_amount%TYPE,

Line 161: p_cust_bank_account_id OUT NOCOPY ra_customer_trx.customer_bank_account_id%TYPE,

157: p_paying_site_use_id OUT NOCOPY hz_cust_site_uses.site_use_id%TYPE,
158: p_payment_server_order_num OUT NOCOPY ra_customer_trx.payment_server_order_num%TYPE,
159: p_due_date OUT NOCOPY ar_payment_schedules.due_date%TYPE,
160: p_amount_due_remaining OUT NOCOPY ar_payment_schedules.amount_due_remaining%TYPE,
161: p_cust_bank_account_id OUT NOCOPY ra_customer_trx.customer_bank_account_id%TYPE,
162: p_cust_min_amt OUT NOCOPY hz_cust_profile_amts.auto_rec_min_receipt_amount%TYPE,
163: p_payment_trxn_extension_id OUT NOCOPY ra_customer_trx.payment_trxn_extension_id%TYPE,
164: p_payment_channel_code OUT NOCOPY ar_receipt_methods.payment_channel_code%TYPE,
165: p_instrument_type OUT NOCOPY IBY_PMT_INSTR_USES_ALL.instrument_type%TYPE,

Line 163: p_payment_trxn_extension_id OUT NOCOPY ra_customer_trx.payment_trxn_extension_id%TYPE,

159: p_due_date OUT NOCOPY ar_payment_schedules.due_date%TYPE,
160: p_amount_due_remaining OUT NOCOPY ar_payment_schedules.amount_due_remaining%TYPE,
161: p_cust_bank_account_id OUT NOCOPY ra_customer_trx.customer_bank_account_id%TYPE,
162: p_cust_min_amt OUT NOCOPY hz_cust_profile_amts.auto_rec_min_receipt_amount%TYPE,
163: p_payment_trxn_extension_id OUT NOCOPY ra_customer_trx.payment_trxn_extension_id%TYPE,
164: p_payment_channel_code OUT NOCOPY ar_receipt_methods.payment_channel_code%TYPE,
165: p_instrument_type OUT NOCOPY IBY_PMT_INSTR_USES_ALL.instrument_type%TYPE,
166: p_return_status OUT NOCOPY VARCHAR2
167: );