DBA Data[Home] [Help]

APPS.ARW_CM_COVER dependencies on RA_BATCHES

Line 21: p_batch_id IN ra_batches.batch_id%type,

17: );
18:
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,

Line 163: p_batch_id IN ra_batches.batch_id%type,

159: );
160:
161: PROCEDURE create_line_cm (
162: p_prev_customer_trx_id IN ra_customer_trx.customer_trx_id%type,
163: p_batch_id IN ra_batches.batch_id%type,
164: p_trx_date IN ra_customer_trx.trx_date%type,
165: p_gl_date IN ra_cust_trx_line_gl_dist.gl_date%type,
166: p_complete_flag IN ra_customer_trx.complete_flag%type,
167: p_batch_source_id IN ra_batch_sources.batch_source_id%type,