DBA Data[Home] [Help]

APPS.JAI_GENERAL_PKG dependencies on JAI_CMN_RG_PLA_TRXS

Line 434: SELECT register_id FROM JAI_CMN_RG_PLA_TRXS

430: AND fin_year = cp_fin_year);
431:
432: -- PLA
433: CURSOR c_pla(cp_fin_year IN NUMBER) IS
434: SELECT register_id FROM JAI_CMN_RG_PLA_TRXS
435: WHERE organization_id = p_organization_id
436: AND location_id = p_location_id
437: AND fin_year = cp_fin_year
438: AND slno = (select max(slno) from JAI_CMN_RG_PLA_TRXS

Line 438: AND slno = (select max(slno) from JAI_CMN_RG_PLA_TRXS

434: SELECT register_id FROM JAI_CMN_RG_PLA_TRXS
435: WHERE organization_id = p_organization_id
436: AND location_id = p_location_id
437: AND fin_year = cp_fin_year
438: AND slno = (select max(slno) from JAI_CMN_RG_PLA_TRXS
439: WHERE organization_id = p_organization_id
440: AND location_id = p_location_id
441: AND fin_year = cp_fin_year);
442: