DBA Data[Home] [Help]

APPS.AHL_QA_RESULTS_PVT dependencies on AHL_SEARCH_WORKORDERS_V

Line 96: FROM AHL_SEARCH_WORKORDERS_V WO

92: -- ACL Changes
93: CURSOR get_wo_details(c_wo_id NUMBER)
94: IS
95: SELECT WO.job_number,WO.job_status_code status_code,AHL_PRD_UTIL_PKG.Is_Unit_Locked(WO.workorder_id,null,null,null) UNIT_LOCKED
96: FROM AHL_SEARCH_WORKORDERS_V WO
97: WHERE WO.workorder_id = c_wo_id;
98:
99: CURSOR get_op_details(c_op_id NUMBER)
100: IS