DBA Data[Home] [Help]

APPS.ARP_PROCESS_FREIGHT_COVER dependencies on RA_CUST_TRX_LINE_GL_DIST

Line 72: p_gl_date IN ra_cust_trx_line_gl_dist.gl_date%type,

68: ra_customer_trx_lines.default_ussgl_trx_code_context%type,
69: p_default_ussgl_trx_code IN
70: ra_customer_trx_lines.default_ussgl_transaction_code%type,
71: p_trx_class IN ra_cust_trx_types.type%type,
72: p_gl_date IN ra_cust_trx_line_gl_dist.gl_date%type,
73: p_frt_ccid IN
74: ra_cust_trx_line_gl_dist.code_combination_id%type,
75: p_customer_trx_line_id OUT NOCOPY
76: ra_customer_trx_lines.customer_trx_line_id%type,

Line 74: ra_cust_trx_line_gl_dist.code_combination_id%type,

70: ra_customer_trx_lines.default_ussgl_transaction_code%type,
71: p_trx_class IN ra_cust_trx_types.type%type,
72: p_gl_date IN ra_cust_trx_line_gl_dist.gl_date%type,
73: p_frt_ccid IN
74: ra_cust_trx_line_gl_dist.code_combination_id%type,
75: p_customer_trx_line_id OUT NOCOPY
76: ra_customer_trx_lines.customer_trx_line_id%type,
77: p_status OUT NOCOPY varchar2);
78:

Line 149: p_gl_date IN ra_cust_trx_line_gl_dist.gl_date%type,

145: ra_customer_trx_lines.default_ussgl_trx_code_context%type,
146: p_default_ussgl_trx_code IN
147: ra_customer_trx_lines.default_ussgl_transaction_code%type,
148: p_trx_class IN ra_cust_trx_types.type%type,
149: p_gl_date IN ra_cust_trx_line_gl_dist.gl_date%type,
150: p_frt_ccid IN
151: ra_cust_trx_line_gl_dist.code_combination_id%type,
152: p_complete_flag IN varchar2,
153: p_open_rec_flag IN varchar2,

Line 151: ra_cust_trx_line_gl_dist.code_combination_id%type,

147: ra_customer_trx_lines.default_ussgl_transaction_code%type,
148: p_trx_class IN ra_cust_trx_types.type%type,
149: p_gl_date IN ra_cust_trx_line_gl_dist.gl_date%type,
150: p_frt_ccid IN
151: ra_cust_trx_line_gl_dist.code_combination_id%type,
152: p_complete_flag IN varchar2,
153: p_open_rec_flag IN varchar2,
154: p_status OUT NOCOPY varchar2);
155: