DBA Data[Home] [Help]

APPS.ARP_PROCESS_CREDIT_UTIL dependencies on CE_BANK_ACCOUNTS

Line 76: ce_bank_accounts.bank_account_id%type,

72: ra_salesreps.salesrep_id%type,
73: p_receipt_method_id IN
74: ar_receipt_methods.receipt_method_id%type,
75: p_customer_bank_account_id IN
76: ce_bank_accounts.bank_account_id%type,
77: p_paying_customer_id IN
78: hz_cust_accounts.cust_account_id%type,
79: p_paying_site_use_id IN
80: hz_cust_site_uses.site_use_id%type,

Line 131: ce_bank_accounts.bank_account_id%type,

127: --
128: p_crtrx_receipt_method_id IN
129: ar_receipt_methods.receipt_method_id%type,
130: p_crtrx_cust_bank_account_id IN
131: ce_bank_accounts.bank_account_id%type,
132: p_crtrx_ship_via IN
133: ra_customer_trx.ship_via%type,
134: p_crtrx_ship_date_actual IN
135: ra_customer_trx.ship_date_actual%type,

Line 193: ce_bank_accounts.bank_account_id%type,

189: ra_salesreps.salesrep_id%type,
190: p_default_receipt_method_id OUT NOCOPY
191: ar_receipt_methods.receipt_method_id%type,
192: p_default_cust_bank_account_id OUT NOCOPY
193: ce_bank_accounts.bank_account_id%type,
194: p_default_paying_customer_id OUT NOCOPY
195: hz_cust_accounts.cust_account_id%type,
196: p_default_paying_site_use_id OUT NOCOPY
197: hz_cust_site_uses.site_use_id%type,

Line 245: ce_bank_accounts.bank_account_id%type,

241: hz_cust_accounts.cust_account_id%type,
242: p_parent_site_use_id IN
243: hz_cust_site_uses.site_use_id%type,
244: p_crtrx_cust_bank_account_id IN
245: ce_bank_accounts.bank_account_id%type,
246: p_cust_bank_account_id OUT NOCOPY
247: ce_bank_accounts.bank_account_id%type,
248: p_paying_customer_id OUT NOCOPY
249: hz_cust_accounts.cust_account_id%type)

Line 247: ce_bank_accounts.bank_account_id%type,

243: hz_cust_site_uses.site_use_id%type,
244: p_crtrx_cust_bank_account_id IN
245: ce_bank_accounts.bank_account_id%type,
246: p_cust_bank_account_id OUT NOCOPY
247: ce_bank_accounts.bank_account_id%type,
248: p_paying_customer_id OUT NOCOPY
249: hz_cust_accounts.cust_account_id%type)
250: RETURN BOOLEAN;
251: