DBA Data[Home] [Help]

APPS.ARP_PROCESS_LINE dependencies on FND_CURRENCIES

Line 5: pg_base_curr_code fnd_currencies.currency_code%type;

1: PACKAGE BODY ARP_PROCESS_LINE AS
2: /* $Header: ARTECTLB.pls 120.20.12020000.2 2012/11/14 11:35:52 dgaurab ship $ */
3:
4:
5: pg_base_curr_code fnd_currencies.currency_code%type;
6: pg_base_precision fnd_currencies.precision%type;
7: pg_base_min_acct_unit fnd_currencies.minimum_accountable_unit%type;
8: pg_earliest_date date;
9:

Line 6: pg_base_precision fnd_currencies.precision%type;

2: /* $Header: ARTECTLB.pls 120.20.12020000.2 2012/11/14 11:35:52 dgaurab ship $ */
3:
4:
5: pg_base_curr_code fnd_currencies.currency_code%type;
6: pg_base_precision fnd_currencies.precision%type;
7: pg_base_min_acct_unit fnd_currencies.minimum_accountable_unit%type;
8: pg_earliest_date date;
9:
10:

Line 7: pg_base_min_acct_unit fnd_currencies.minimum_accountable_unit%type;

3:
4:
5: pg_base_curr_code fnd_currencies.currency_code%type;
6: pg_base_precision fnd_currencies.precision%type;
7: pg_base_min_acct_unit fnd_currencies.minimum_accountable_unit%type;
8: pg_earliest_date date;
9:
10:
11: AR_NUMBER_DUMMY CONSTANT NUMBER(15) := -999999999999999;

Line 1350: p_foreign_currency_code IN fnd_currencies.currency_code%type,

1346: p_form_version IN number,
1347: p_customer_trx_line_id IN
1348: ra_customer_trx_lines.customer_trx_line_id%type,
1349: p_line_rec IN OUT NOCOPY ra_customer_trx_lines%rowtype,
1350: p_foreign_currency_code IN fnd_currencies.currency_code%type,
1351: p_exchange_rate IN ra_customer_trx.exchange_rate%type,
1352: p_recalculate_tax_flag IN boolean,
1353: p_rerun_autoacc_flag IN boolean,
1354: p_rule_start_date OUT NOCOPY

Line 1862: p_header_currency_code IN fnd_currencies.currency_code%type,

1858: p_complete_flag IN ra_customer_trx.complete_flag%type,
1859: p_recalculate_tax_flag IN boolean,
1860: p_trx_amount IN number,
1861: p_exchange_rate IN ra_customer_trx.exchange_rate%type,
1862: p_header_currency_code IN fnd_currencies.currency_code%type,
1863: p_gl_date IN OUT NOCOPY ra_cust_trx_line_gl_dist.gl_date%type,
1864: p_trx_date IN OUT NOCOPY ra_customer_trx.trx_date%type,
1865: p_line_rec IN ra_customer_trx_lines%rowtype,
1866: p_status OUT NOCOPY varchar2 ) IS