DBA Data[Home] [Help]

APPS.ARW_CM_COVER dependencies on RA_CUST_TRX_LINE_GL_DIST

Line 257: p_gl_date IN ra_cust_trx_line_gl_dist.gl_date%type,

253: PROCEDURE create_header_cm (
254: p_prev_customer_trx_id IN ra_customer_trx.customer_trx_id%type,
255: p_batch_id IN ra_batches.batch_id%type,
256: p_trx_date IN ra_customer_trx.trx_date%type,
257: p_gl_date IN ra_cust_trx_line_gl_dist.gl_date%type,
258: p_complete_flag IN ra_customer_trx.complete_flag%type,
259: p_batch_source_id IN ra_batch_sources.batch_source_id%type,
260: p_cust_trx_type_id IN ra_cust_trx_types.cust_trx_type_id%type,
261: p_currency_code IN fnd_currencies.currency_code%type,

Line 1472: p_gl_date IN ra_cust_trx_line_gl_dist.gl_date%type,

1468: PROCEDURE create_line_cm (
1469: p_prev_customer_trx_id IN ra_customer_trx.customer_trx_id%type,
1470: p_batch_id IN ra_batches.batch_id%type,
1471: p_trx_date IN ra_customer_trx.trx_date%type,
1472: p_gl_date IN ra_cust_trx_line_gl_dist.gl_date%type,
1473: p_complete_flag IN ra_customer_trx.complete_flag%type,
1474: p_batch_source_id IN ra_batch_sources.batch_source_id%type,
1475: p_cust_trx_type_id IN ra_cust_trx_types.cust_trx_type_id%type,
1476: p_currency_code IN fnd_currencies.currency_code%type,

Line 1626: l_commitment_gl_date ra_cust_trx_line_gl_dist.gl_date%type ;

1622: n BINARY_INTEGER := 0;
1623: l_ignore INTEGER;
1624: l_sql VARCHAR2(1000);
1625: l_class ra_cust_trx_types.type%TYPE ;
1626: l_commitment_gl_date ra_cust_trx_line_gl_dist.gl_date%type ;
1627: l_prev_trx_gl_date ra_cust_trx_line_gl_dist.gl_date%type ;
1628:
1629:
1630: l_rec_gl_date ra_cust_trx_line_gl_dist.gl_date%type;

Line 1627: l_prev_trx_gl_date ra_cust_trx_line_gl_dist.gl_date%type ;

1623: l_ignore INTEGER;
1624: l_sql VARCHAR2(1000);
1625: l_class ra_cust_trx_types.type%TYPE ;
1626: l_commitment_gl_date ra_cust_trx_line_gl_dist.gl_date%type ;
1627: l_prev_trx_gl_date ra_cust_trx_line_gl_dist.gl_date%type ;
1628:
1629:
1630: l_rec_gl_date ra_cust_trx_line_gl_dist.gl_date%type;
1631: l_trx_rec ra_customer_trx_cr_trx_v%rowtype;

Line 1630: l_rec_gl_date ra_cust_trx_line_gl_dist.gl_date%type;

1626: l_commitment_gl_date ra_cust_trx_line_gl_dist.gl_date%type ;
1627: l_prev_trx_gl_date ra_cust_trx_line_gl_dist.gl_date%type ;
1628:
1629:
1630: l_rec_gl_date ra_cust_trx_line_gl_dist.gl_date%type;
1631: l_trx_rec ra_customer_trx_cr_trx_v%rowtype;
1632: l_batch_rec ra_batches%rowtype;
1633:
1634: l_cr CONSTANT char(1) := '