DBA Data[Home] [Help]

APPS.AR_AUTOREC_API dependencies on IBY_PMT_INSTR_USES_ALL

Line 1214: p_instrument_type OUT NOCOPY IBY_PMT_INSTR_USES_ALL.instrument_type%TYPE,

1210: p_cust_bank_account_id OUT NOCOPY ra_customer_trx.customer_bank_account_id%TYPE,
1211: p_cust_min_amt OUT NOCOPY hz_cust_profile_amts.auto_rec_min_receipt_amount%TYPE,
1212: p_payment_trxn_extension_id OUT NOCOPY ra_customer_trx.payment_trxn_extension_id%TYPE,
1213: p_payment_channel_code OUT NOCOPY ar_receipt_methods.payment_channel_code%TYPE,
1214: p_instrument_type OUT NOCOPY IBY_PMT_INSTR_USES_ALL.instrument_type%TYPE,
1215: p_return_status OUT NOCOPY VARCHAR2
1216: ) IS
1217:
1218: trx_invoices INTEGER;

Line 1303: iby_pmt_instr_uses_all u,

1299: hz_cust_profile_amts cust_cpa,
1300: hz_cust_profile_amts site_cpa,
1301: ra_customer_trx ct,
1302: iby_fndcpt_tx_extensions x,
1303: iby_pmt_instr_uses_all u,
1304: iby_fndcpt_pmt_chnnls_b p,
1305: ar_payment_schedules ps,
1306: ar_payment_schedules_all ps1 ';
1307: --Bug6734688