DBA Data[Home] [Help]

APPS.ARP_PROCESS_CREDIT_UTIL dependencies on FND_CURRENCIES

Line 56: fnd_currencies.currency_code%type,

52: ra_batch_sources.batch_source_id%type,
53: p_gl_date IN
54: ra_cust_trx_line_gl_dist.gl_date%type,
55: p_currency_code IN
56: fnd_currencies.currency_code%type,
57: p_cust_trx_type_id IN
58: ra_cust_trx_types.cust_trx_type_id%type,
59: p_ship_to_customer_id IN
60: hz_cust_accounts.cust_account_id%type,

Line 220: fnd_currencies.currency_code%type,

216: hz_cust_accounts.cust_account_id%type,
217: p_parent_site_use_id IN
218: hz_cust_site_uses.site_use_id%type,
219: p_currency_code IN
220: fnd_currencies.currency_code%type,
221: p_crtrx_receipt_method_id IN
222: ar_receipt_methods.receipt_method_id%type,
223: p_payment_method_name OUT NOCOPY
224: ar_receipt_methods.name%type,

Line 235: fnd_currencies.currency_code%type,

231: FUNCTION check_bank_account(
232: p_trx_date IN
233: ra_customer_trx.trx_date%type,
234: p_currency_code IN
235: fnd_currencies.currency_code%type,
236: p_bill_to_customer_id IN
237: hz_cust_accounts.cust_account_id%type,
238: p_bill_to_site_use_id IN
239: hz_cust_site_uses.site_use_id%type,