DBA Data[Home] [Help]

APPS.ARW_CM_COVER dependencies on RA_CUST_TRX_LINE_GL_DIST

Line 23: p_gl_date IN ra_cust_trx_line_gl_dist.gl_date%type,

19: PROCEDURE create_header_cm (
20: p_prev_customer_trx_id IN ra_customer_trx.customer_trx_id%type,
21: p_batch_id IN ra_batches.batch_id%type,
22: p_trx_date IN ra_customer_trx.trx_date%type,
23: p_gl_date IN ra_cust_trx_line_gl_dist.gl_date%type,
24: p_complete_flag IN ra_customer_trx.complete_flag%type,
25: p_batch_source_id IN ra_batch_sources.batch_source_id%type,
26: p_cust_trx_type_id IN ra_cust_trx_types.cust_trx_type_id%type,
27: p_currency_code IN fnd_currencies.currency_code%type,

Line 164: p_gl_date IN ra_cust_trx_line_gl_dist.gl_date%type,

160: PROCEDURE create_line_cm (
161: p_prev_customer_trx_id IN ra_customer_trx.customer_trx_id%type,
162: p_batch_id IN ra_batches.batch_id%type,
163: p_trx_date IN ra_customer_trx.trx_date%type,
164: p_gl_date IN ra_cust_trx_line_gl_dist.gl_date%type,
165: p_complete_flag IN ra_customer_trx.complete_flag%type,
166: p_batch_source_id IN ra_batch_sources.batch_source_id%type,
167: p_cust_trx_type_id IN ra_cust_trx_types.cust_trx_type_id%type,
168: p_currency_code IN fnd_currencies.currency_code%type,