DBA Data[Home] [Help]

APPS.ARP_PROCESS_COMMITMENT dependencies on RA_CUST_TRX_LINE_GL_DIST

Line 192: ra_cust_trx_line_gl_dist.gl_date%type,

188: ra_customer_trx.customer_trx_id%type,
189: p_customer_trx_line_id IN
190: ra_customer_trx_lines.customer_trx_line_id%type,
191: p_gl_date IN
192: ra_cust_trx_line_gl_dist.gl_date%type,
193: p_status OUT NOCOPY varchar2)
194: IS
195:
196: l_ccid number;

Line 336: ra_cust_trx_line_gl_dist.gl_date%type,

332: p_commitment_rec IN commitment_rec_type,
333: p_primary_salesrep_id IN
334: ra_customer_trx.primary_salesrep_id%type,
335: p_gl_date IN
336: ra_cust_trx_line_gl_dist.gl_date%type,
337: p_customer_trx_line_id OUT NOCOPY
338: ra_customer_trx_lines.customer_trx_line_id%type,
339: p_status OUT NOCOPY varchar2
340: )