1: PACKAGE BODY ARP_PROCESS_LINE AS
2: /* $Header: ARTECTLB.pls 120.18.12010000.3 2008/11/07 13:01:19 ankuagar 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:
2: /* $Header: ARTECTLB.pls 120.18.12010000.3 2008/11/07 13:01:19 ankuagar 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:
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;
1332: p_form_version IN number,
1333: p_customer_trx_line_id IN
1334: ra_customer_trx_lines.customer_trx_line_id%type,
1335: p_line_rec IN OUT NOCOPY ra_customer_trx_lines%rowtype,
1336: p_foreign_currency_code IN fnd_currencies.currency_code%type,
1337: p_exchange_rate IN ra_customer_trx.exchange_rate%type,
1338: p_recalculate_tax_flag IN boolean,
1339: p_rerun_autoacc_flag IN boolean,
1340: p_rule_start_date OUT NOCOPY
1844: p_complete_flag IN ra_customer_trx.complete_flag%type,
1845: p_recalculate_tax_flag IN boolean,
1846: p_trx_amount IN number,
1847: p_exchange_rate IN ra_customer_trx.exchange_rate%type,
1848: p_header_currency_code IN fnd_currencies.currency_code%type,
1849: p_gl_date IN OUT NOCOPY ra_cust_trx_line_gl_dist.gl_date%type,
1850: p_trx_date IN OUT NOCOPY ra_customer_trx.trx_date%type,
1851: p_line_rec IN ra_customer_trx_lines%rowtype,
1852: p_status OUT NOCOPY varchar2 ) IS