DBA Data[Home] [Help]

APPS.ARP_PROCESS_INVOICE dependencies on RA_CUST_TRX_LINE_GL_DIST

Line 16: ra_cust_trx_line_gl_dist.gl_date%type,

12:
13: PROCEDURE freight_post_update (
14: p_frt_rec IN ra_customer_trx_lines%rowtype,
15: p_gl_date IN
16: ra_cust_trx_line_gl_dist.gl_date%type,
17: p_frt_ccid IN
18: ra_cust_trx_line_gl_dist.code_combination_id%type,
19: p_status OUT NOCOPY varchar2);
20:

Line 18: ra_cust_trx_line_gl_dist.code_combination_id%type,

14: p_frt_rec IN ra_customer_trx_lines%rowtype,
15: p_gl_date IN
16: ra_cust_trx_line_gl_dist.gl_date%type,
17: p_frt_ccid IN
18: ra_cust_trx_line_gl_dist.code_combination_id%type,
19: p_status OUT NOCOPY varchar2);
20:
21:
22: END ARP_PROCESS_INVOICE;