[Home] [Help]
APPS.JAI_CMN_RGM_SETTLEMENT_PKG dependencies on AP_INVOICE_LINES_ALL
Line 1596: ln_line_amount AP_INVOICE_LINES_ALL.AMOUNT%TYPE;
1592: AND account_name = 'RECOVERY';/*Bug 13788285*/
1593:
1594:
1595: ln_recovery_vat jai_rgm_trx_Records.credit_amount%type;
1596: ln_line_amount AP_INVOICE_LINES_ALL.AMOUNT%TYPE;
1597: --end additions by vkaranam for bug#12706846
1598:
1599: /*Start additions by mmurtuza for bug12641455*/
1600: CURSOR cur_recovertcs_fromorg (cp_org_id in number,cp_loc_id in number,cp_tax_type varchar2)