DBA Data[Home] [Help]

APPS.AHL_QA_RESULTS_PVT dependencies on AHL_SEARCH_WORKORDERS_V

Line 93: FROM AHL_SEARCH_WORKORDERS_V

89: CURSOR get_wo_from_ue(c_ue_id NUMBER)
90: IS
91: SELECT workorder_id,
92: job_number
93: FROM AHL_SEARCH_WORKORDERS_V
94: WHERE UNIT_EFFECTIVITY_ID = c_ue_id;
95:
96: CURSOR get_wo_from_op(c_op_id NUMBER)
97: IS