DBA Data[Home] [Help]

APPS.JAI_GENERAL_PKG dependencies on JAI_CMN_RG_I_TRXS

Line 416: SELECT register_id FROM JAI_CMN_RG_I_TRXS

412: AND fin_year = cp_fin_year);
413:
414: -- RG1
415: CURSOR c_rg1(cp_fin_year IN NUMBER) IS
416: SELECT register_id FROM JAI_CMN_RG_I_TRXS
417: WHERE organization_id = p_organization_id
418: AND location_id = p_location_id
419: AND inventory_item_id = p_inventory_item_id
420: AND fin_year = cp_fin_year

Line 421: AND slno = (select max(slno) from JAI_CMN_RG_I_TRXS

417: WHERE organization_id = p_organization_id
418: AND location_id = p_location_id
419: AND inventory_item_id = p_inventory_item_id
420: AND fin_year = cp_fin_year
421: AND slno = (select max(slno) from JAI_CMN_RG_I_TRXS
422: WHERE organization_id = p_organization_id
423: AND location_id = p_location_id
424: AND inventory_item_id = p_inventory_item_id
425: AND fin_year = cp_fin_year);