DBA Data[Home] [Help]

APPS.ARP_PROCESS_FREIGHT_COVER dependencies on RA_CUST_TRX_LINE_GL_DIST

Line 121: p_gl_date IN ra_cust_trx_line_gl_dist.gl_date%type,

117: ra_customer_trx_lines.default_ussgl_trx_code_context%type,
118: p_default_ussgl_trx_code IN
119: ra_customer_trx_lines.default_ussgl_transaction_code%type,
120: p_trx_class IN ra_cust_trx_types.type%type,
121: p_gl_date IN ra_cust_trx_line_gl_dist.gl_date%type,
122: p_frt_ccid IN
123: ra_cust_trx_line_gl_dist.code_combination_id%type,
124: p_customer_trx_line_id OUT NOCOPY
125: ra_customer_trx_lines.customer_trx_line_id%type,

Line 123: ra_cust_trx_line_gl_dist.code_combination_id%type,

119: ra_customer_trx_lines.default_ussgl_transaction_code%type,
120: p_trx_class IN ra_cust_trx_types.type%type,
121: p_gl_date IN ra_cust_trx_line_gl_dist.gl_date%type,
122: p_frt_ccid IN
123: ra_cust_trx_line_gl_dist.code_combination_id%type,
124: p_customer_trx_line_id OUT NOCOPY
125: ra_customer_trx_lines.customer_trx_line_id%type,
126: p_status OUT NOCOPY varchar2)
127: IS

Line 376: p_gl_date IN ra_cust_trx_line_gl_dist.gl_date%type,

372: ra_customer_trx_lines.default_ussgl_trx_code_context%type,
373: p_default_ussgl_trx_code IN
374: ra_customer_trx_lines.default_ussgl_transaction_code%type,
375: p_trx_class IN ra_cust_trx_types.type%type,
376: p_gl_date IN ra_cust_trx_line_gl_dist.gl_date%type,
377: p_frt_ccid IN
378: ra_cust_trx_line_gl_dist.code_combination_id%type,
379: p_complete_flag IN varchar2,
380: p_open_rec_flag IN varchar2,

Line 378: ra_cust_trx_line_gl_dist.code_combination_id%type,

374: ra_customer_trx_lines.default_ussgl_transaction_code%type,
375: p_trx_class IN ra_cust_trx_types.type%type,
376: p_gl_date IN ra_cust_trx_line_gl_dist.gl_date%type,
377: p_frt_ccid IN
378: ra_cust_trx_line_gl_dist.code_combination_id%type,
379: p_complete_flag IN varchar2,
380: p_open_rec_flag IN varchar2,
381: p_status OUT NOCOPY varchar2)
382: IS