DBA Data[Home] [Help]

APPS.JAI_CMN_RCV_MATCHING_PKG dependencies on JAI_CMN_RG_OTHERS

Line 1656: FROM JAI_CMN_RG_OTHERS

1652: WHERE register_id = p_receipt_id;
1653:
1654: CURSOR cur_cess_Duty_Rate_Cur IS/*Bug 5989740 bduvarag*/
1655: SELECT tax_type , credit
1656: FROM JAI_CMN_RG_OTHERS
1657: WHERE source_register_id = p_receipt_id and
1658: source_type in (3,4) ;
1659:
1660: ln_quantity_received number ;