DBA Data[Home] [Help]

APPS.ARW_CM_COVER dependencies on RA_CUST_TRX_TYPES

Line 260: p_cust_trx_type_id IN ra_cust_trx_types.cust_trx_type_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,
262: p_exchange_date IN ra_customer_trx.exchange_date%type,
263: p_exchange_rate_type IN ra_customer_trx.exchange_rate_type%type,
264: p_exchange_rate IN ra_customer_trx.exchange_rate%type,

Line 402: l_credited_trx_cm_type_id ra_cust_trx_types.credit_memo_type_id%TYPE ;

398: l_freight_percent number ;
399: l_computed_tax_percent number;
400: l_computed_tax_amount ra_customer_trx_lines.extended_amount%type;
401: l_credited_trx_rec ra_customer_trx_cr_trx_v%rowtype ;
402: l_credited_trx_cm_type_id ra_cust_trx_types.credit_memo_type_id%TYPE ;
403: l_credited_trx_open_rec_flag ra_cust_trx_types.accounting_affect_flag%TYPE ;
404: --
405: l_default_bs_name varchar2(50);
406: l_auto_trx_numbering_flag varchar2(1);

Line 403: l_credited_trx_open_rec_flag ra_cust_trx_types.accounting_affect_flag%TYPE ;

399: l_computed_tax_percent number;
400: l_computed_tax_amount ra_customer_trx_lines.extended_amount%type;
401: l_credited_trx_rec ra_customer_trx_cr_trx_v%rowtype ;
402: l_credited_trx_cm_type_id ra_cust_trx_types.credit_memo_type_id%TYPE ;
403: l_credited_trx_open_rec_flag ra_cust_trx_types.accounting_affect_flag%TYPE ;
404: --
405: l_default_bs_name varchar2(50);
406: l_auto_trx_numbering_flag varchar2(1);
407: l_bs_type varchar2(10);

Line 1475: p_cust_trx_type_id IN ra_cust_trx_types.cust_trx_type_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,
1477: p_exchange_date IN ra_customer_trx.exchange_date%type,
1478: p_exchange_rate_type IN ra_customer_trx.exchange_rate_type%type,
1479: p_exchange_rate IN ra_customer_trx.exchange_rate%type,

Line 1625: l_class ra_cust_trx_types.type%TYPE ;

1621: i BINARY_INTEGER := 0;
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:

Line 1644: l_credit_memo_type_id ra_cust_trx_types.credit_memo_type_id%type;

1640: ct_extended_amount ra_customer_trx_lines.extended_amount%TYPE;
1641: ----
1642: l_dist_index NUMBER ;
1643: l_lines_index NUMBER ;
1644: l_credit_memo_type_id ra_cust_trx_types.credit_memo_type_id%type;
1645: l_line_matched NUMBER := 0;
1646: l_lines_to_delete_index NUMBER := 1;
1647: TYPE lines_to_delete_rec IS RECORD
1648: (line_index BINARY_INTEGER,