DBA Data[Home] [Help]

APPS.JAI_GENERAL_PKG dependencies on JAI_CMN_RG_23AC_II_TRXS

Line 442: SELECT register_id FROM JAI_CMN_RG_23AC_II_TRXS

438: AND fin_year = cp_fin_year);
439:
440: -- RG23 Part II
441: CURSOR c_rg23_part2(cp_register_type IN VARCHAR2, cp_fin_year IN NUMBER) IS
442: SELECT register_id FROM JAI_CMN_RG_23AC_II_TRXS
443: WHERE organization_id = p_organization_id
444: AND location_id = p_location_id
445: AND register_type = cp_register_type
446: AND fin_year = cp_fin_year

Line 447: AND slno = (select max(slno) from JAI_CMN_RG_23AC_II_TRXS

443: WHERE organization_id = p_organization_id
444: AND location_id = p_location_id
445: AND register_type = cp_register_type
446: AND fin_year = cp_fin_year
447: AND slno = (select max(slno) from JAI_CMN_RG_23AC_II_TRXS
448: WHERE organization_id = p_organization_id
449: AND location_id = p_location_id
450: AND register_type = cp_register_type
451: AND fin_year = cp_fin_year);