DBA Data[Home] [Help]

APPS.JAI_GENERAL_PKG dependencies on JAI_CMN_RG_23AC_II_TRXS

Line 421: SELECT register_id FROM JAI_CMN_RG_23AC_II_TRXS

417: AND fin_year = cp_fin_year);
418:
419: -- RG23 Part II
420: CURSOR c_rg23_part2(cp_register_type IN VARCHAR2, cp_fin_year IN NUMBER) IS
421: SELECT register_id FROM JAI_CMN_RG_23AC_II_TRXS
422: WHERE organization_id = p_organization_id
423: AND location_id = p_location_id
424: AND register_type = cp_register_type
425: AND fin_year = cp_fin_year

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

422: WHERE organization_id = p_organization_id
423: AND location_id = p_location_id
424: AND register_type = cp_register_type
425: AND fin_year = cp_fin_year
426: AND slno = (select max(slno) from JAI_CMN_RG_23AC_II_TRXS
427: WHERE organization_id = p_organization_id
428: AND location_id = p_location_id
429: AND register_type = cp_register_type
430: AND fin_year = cp_fin_year);