DBA Data[Home] [Help]

APPS.JAI_GENERAL_PKG dependencies on JAI_CMN_RG_23AC_I_TRXS

Line 401: SELECT register_id FROM JAI_CMN_RG_23AC_I_TRXS

397: ) RETURN NUMBER IS
398:
399: -- RG23 Part I
400: CURSOR c_rg23_part1(cp_register_type IN VARCHAR2, cp_fin_year IN NUMBER) IS
401: SELECT register_id FROM JAI_CMN_RG_23AC_I_TRXS
402: WHERE organization_id = p_organization_id
403: AND location_id = p_location_id
404: AND register_type = cp_register_type
405: AND inventory_item_id = p_inventory_item_id

Line 407: AND slno = (select max(slno) from JAI_CMN_RG_23AC_I_TRXS

403: AND location_id = p_location_id
404: AND register_type = cp_register_type
405: AND inventory_item_id = p_inventory_item_id
406: AND fin_year = cp_fin_year
407: AND slno = (select max(slno) from JAI_CMN_RG_23AC_I_TRXS
408: WHERE organization_id = p_organization_id
409: AND location_id = p_location_id
410: AND register_type = cp_register_type
411: AND inventory_item_id = p_inventory_item_id