DBA Data[Home] [Help]

APPS.JAI_CMN_RCV_MATCHING_PKG dependencies on JAI_CMN_RG_OTHERS

Line 1751: FROM JAI_CMN_RG_OTHERS

1747: WHERE register_id = p_receipt_id;
1748:
1749: CURSOR cur_cess_Duty_Rate_Cur IS/*Bug 5989740 bduvarag*/
1750: SELECT tax_type , credit
1751: FROM JAI_CMN_RG_OTHERS
1752: WHERE source_register_id = p_receipt_id and
1753: source_type =3; --in (3,4) ; commented 4 for bug#9406919
1754:
1755: ln_quantity_received number ;