DBA Data[Home] [Help]

APPS.ARP_PROCESS_DIST dependencies on RA_CUSTOMER_TRX

Line 9: p_exchange_rate IN ra_customer_trx.exchange_rate%type DEFAULT 1,

5: PROCEDURE insert_dist(
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

Line 22: p_customer_trx_id IN ra_customer_trx.customer_trx_id%type,

18: p_form_version IN number,
19: p_backout_flag IN boolean,
20: p_cust_trx_line_gl_dist_id IN
21: ra_cust_trx_line_gl_dist.cust_trx_line_gl_dist_id%type,
22: p_customer_trx_id IN ra_customer_trx.customer_trx_id%type,
23: p_dist_rec IN OUT NOCOPY ra_cust_trx_line_gl_dist%rowtype,
24: p_header_gl_date IN date,
25: p_trx_date IN date,
26: p_invoicing_rule_id IN

Line 27: ra_customer_trx.invoicing_rule_id%type,

23: p_dist_rec IN OUT NOCOPY ra_cust_trx_line_gl_dist%rowtype,
24: p_header_gl_date IN date,
25: p_trx_date IN date,
26: p_invoicing_rule_id IN
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

Line 29: p_exchange_rate IN ra_customer_trx.exchange_rate%type

25: p_trx_date IN date,
26: p_invoicing_rule_id IN
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

Line 44: p_customer_trx_id IN ra_customer_trx.customer_trx_id%type,

40: p_form_name IN varchar2,
41: p_form_version IN number,
42: p_cust_trx_line_gl_dist_id IN
43: ra_cust_trx_line_gl_dist.cust_trx_line_gl_dist_id%type,
44: p_customer_trx_id IN ra_customer_trx.customer_trx_id%type,
45: p_dist_rec IN ra_cust_trx_line_gl_dist%rowtype);
46:
47: END ARP_PROCESS_DIST;