DBA Data[Home] [Help]

APPS.ARP_PROCESS_DIST dependencies on FND_CURRENCIES

Line 10: p_currency_code IN fnd_currencies.currency_code%type DEFAULT null,

6: p_form_name IN varchar2,
7: p_form_version IN number,
8: p_dist_rec IN ra_cust_trx_line_gl_dist%rowtype,
9: p_exchange_rate IN ra_customer_trx.exchange_rate%type DEFAULT 1,
10: p_currency_code IN fnd_currencies.currency_code%type DEFAULT null,
11: p_precision IN fnd_currencies.precision%type DEFAULT null,
12: p_mau IN fnd_currencies.minimum_accountable_unit%type DEFAULT null,
13: p_cust_trx_line_gl_dist_id OUT NOCOPY
14: ra_cust_trx_line_gl_dist.cust_trx_line_gl_dist_id%type);

Line 11: p_precision IN fnd_currencies.precision%type DEFAULT null,

7: p_form_version IN number,
8: p_dist_rec IN ra_cust_trx_line_gl_dist%rowtype,
9: p_exchange_rate IN ra_customer_trx.exchange_rate%type DEFAULT 1,
10: p_currency_code IN fnd_currencies.currency_code%type DEFAULT null,
11: p_precision IN fnd_currencies.precision%type DEFAULT null,
12: p_mau IN fnd_currencies.minimum_accountable_unit%type DEFAULT null,
13: p_cust_trx_line_gl_dist_id OUT NOCOPY
14: ra_cust_trx_line_gl_dist.cust_trx_line_gl_dist_id%type);
15:

Line 12: p_mau IN fnd_currencies.minimum_accountable_unit%type DEFAULT null,

8: p_dist_rec IN ra_cust_trx_line_gl_dist%rowtype,
9: p_exchange_rate IN ra_customer_trx.exchange_rate%type DEFAULT 1,
10: p_currency_code IN fnd_currencies.currency_code%type DEFAULT null,
11: p_precision IN fnd_currencies.precision%type DEFAULT null,
12: p_mau IN fnd_currencies.minimum_accountable_unit%type DEFAULT null,
13: p_cust_trx_line_gl_dist_id OUT NOCOPY
14: ra_cust_trx_line_gl_dist.cust_trx_line_gl_dist_id%type);
15:
16: PROCEDURE update_dist(

Line 31: p_currency_code IN fnd_currencies.currency_code%type

27: ra_customer_trx.invoicing_rule_id%type,
28: p_backout_done_flag OUT NOCOPY boolean,
29: p_exchange_rate IN ra_customer_trx.exchange_rate%type
30: DEFAULT 1,
31: p_currency_code IN fnd_currencies.currency_code%type
32: DEFAULT null,
33: p_precision IN fnd_currencies.precision%type
34: DEFAULT null,
35: p_mau IN

Line 33: p_precision IN fnd_currencies.precision%type

29: p_exchange_rate IN ra_customer_trx.exchange_rate%type
30: DEFAULT 1,
31: p_currency_code IN fnd_currencies.currency_code%type
32: DEFAULT null,
33: p_precision IN fnd_currencies.precision%type
34: DEFAULT null,
35: p_mau IN
36: fnd_currencies.minimum_accountable_unit%type
37: DEFAULT null );

Line 36: fnd_currencies.minimum_accountable_unit%type

32: DEFAULT null,
33: p_precision IN fnd_currencies.precision%type
34: DEFAULT null,
35: p_mau IN
36: fnd_currencies.minimum_accountable_unit%type
37: DEFAULT null );
38:
39: PROCEDURE delete_dist(
40: p_form_name IN varchar2,