DBA Data[Home] [Help]

APPS.ARW_CMREQ_COVER dependencies on RA_CUSTOMER_TRX_LINES

Line 610: l_computed_tax_amount ra_customer_trx_lines.extended_amount%type;

606: l_trx_rec_gl_date DATE;
607: l_status varchar2(255);
608: l_trx_number ra_customer_trx.trx_number%type;
609: l_computed_tax_percent number;
610: l_computed_tax_amount ra_customer_trx_lines.extended_amount%type;
611: -- TDEY : bug 1272415 changed type of l_credit_line_table
612: -- to remove trx api dependency
613: l_credit_line_table arw_cm_cover.credit_lines_table_type;
614: i number :=0;