DBA Data[Home] [Help]

APPS.ARP_PROCESS_CREDIT dependencies on RA_CUST_TRX_LINE_GL_DIST

Line 17: p_gl_date IN ra_cust_trx_line_gl_dist.gl_date%type,

13: p_form_name IN varchar2,
14: p_form_version IN number,
15: p_trx_rec IN ra_customer_trx%rowtype,
16: p_trx_class IN ra_cust_trx_types.type%type,
17: p_gl_date IN ra_cust_trx_line_gl_dist.gl_date%type,
18: p_primary_salesrep_id IN ra_salesreps.salesrep_id%type,
19: p_currency_code IN fnd_currencies.currency_code%type,
20: p_prev_customer_trx_id IN ra_customer_trx.customer_trx_id%type,
21: p_line_percent IN number,

Line 39: p_gl_date IN ra_cust_trx_line_gl_dist.gl_date%type,

35: p_form_version IN number,
36: p_customer_trx_id IN ra_customer_trx.customer_trx_id%type,
37: p_trx_rec IN OUT NOCOPY ra_customer_trx%rowtype,
38: p_trx_class IN ra_cust_trx_types.type%type,
39: p_gl_date IN ra_cust_trx_line_gl_dist.gl_date%type,
40: p_primary_salesrep_id IN ra_salesreps.salesrep_id%type,
41: p_currency_code IN fnd_currencies.currency_code%type,
42: p_prev_customer_trx_id IN ra_customer_trx.customer_trx_id%type,
43: p_line_percent IN number,

Line 67: p_gl_date IN ra_cust_trx_line_gl_dist.gl_date%type,

63: p_freight_amount IN ra_customer_trx_lines.extended_amount%type,
64: p_line_percent IN number,
65: p_freight_percent IN number,
66: p_memo_line_type IN ar_memo_lines.line_type%type,
67: p_gl_date IN ra_cust_trx_line_gl_dist.gl_date%type,
68: p_currency_code IN fnd_currencies.currency_code%type,
69: p_primary_salesrep_id IN ra_salesreps.salesrep_id%type,
70: p_compute_tax IN varchar2,
71: p_customer_trx_id IN ra_customer_trx.customer_trx_id%type,

Line 92: p_gl_date IN ra_cust_trx_line_gl_dist.gl_date%type,

88: p_freight_amount IN ra_customer_trx_lines.extended_amount%type,
89: p_line_percent IN number,
90: p_freight_percent IN number,
91: p_memo_line_type IN ar_memo_lines.line_type%type,
92: p_gl_date IN ra_cust_trx_line_gl_dist.gl_date%type,
93: p_currency_code IN fnd_currencies.currency_code%type,
94: p_primary_salesrep_id IN ra_salesreps.salesrep_id%type,
95: p_exchange_rate IN ra_customer_trx.exchange_rate%type,
96: p_rerun_aa IN varchar2,

Line 109: p_gl_date IN ra_cust_trx_line_gl_dist.gl_date%type,

105: p_status OUT NOCOPY varchar2);
106:
107: PROCEDURE freight_post_update(
108: p_frt_rec IN ra_customer_trx_lines%rowtype,
109: p_gl_date IN ra_cust_trx_line_gl_dist.gl_date%type,
110: p_frt_ccid IN
111: ra_cust_trx_line_gl_dist.code_combination_id%type);
112:
113: PROCEDURE init;

Line 111: ra_cust_trx_line_gl_dist.code_combination_id%type);

107: PROCEDURE freight_post_update(
108: p_frt_rec IN ra_customer_trx_lines%rowtype,
109: p_gl_date IN ra_cust_trx_line_gl_dist.gl_date%type,
110: p_frt_ccid IN
111: ra_cust_trx_line_gl_dist.code_combination_id%type);
112:
113: PROCEDURE init;
114:
115: END ARP_PROCESS_CREDIT;