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 403: l_credited_trx_cm_type_id ra_cust_trx_types.credit_memo_type_id%TYPE ;

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

Line 404: l_credited_trx_open_rec_flag ra_cust_trx_types.accounting_affect_flag%TYPE ;

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

Line 1478: p_cust_trx_type_id IN ra_cust_trx_types.cust_trx_type_id%type,

1474: p_trx_date IN ra_customer_trx.trx_date%type,
1475: p_gl_date IN ra_cust_trx_line_gl_dist.gl_date%type,
1476: p_complete_flag IN ra_customer_trx.complete_flag%type,
1477: p_batch_source_id IN ra_batch_sources.batch_source_id%type,
1478: p_cust_trx_type_id IN ra_cust_trx_types.cust_trx_type_id%type,
1479: p_currency_code IN fnd_currencies.currency_code%type,
1480: p_exchange_date IN ra_customer_trx.exchange_date%type,
1481: p_exchange_rate_type IN ra_customer_trx.exchange_rate_type%type,
1482: p_exchange_rate IN ra_customer_trx.exchange_rate%type,

Line 1628: l_class ra_cust_trx_types.type%TYPE ;

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

Line 1647: l_credit_memo_type_id ra_cust_trx_types.credit_memo_type_id%type;

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