DBA Data[Home] [Help]

APPS.AHL_PRD_RESOURCE_TRANX_PVT dependencies on AHL_VISITS_B

Line 151: ahl_visits_b vst

147: Cursor get_wo_org_id(c_wo_id number)
148: Is
149: Select vst.organization_id
150: from ahl_workorders wo,
151: ahl_visits_b vst
152: where vst.visit_id = wo.visit_id
153: and wo.workorder_id = c_wo_id;
154: */
155:

Line 695: ahl_visits_b vst

691: Cursor get_wo_org_id(c_wo_id number)
692: Is
693: Select vst.organization_id
694: from ahl_workorders wo,
695: ahl_visits_b vst
696: where vst.visit_id = wo.visit_id
697: and wo.workorder_id = c_wo_id;
698:
699: --Adithya commented out the following code as part of fix for bug# 6326254.