[Home] [Help]
APPS.CSF_PREVENTIVE_MAINTENANCE_PVT dependencies on AHL_MR_ROUTES
Line 115: ahl_mr_routes amr
111: Cursor c_route(p_mr_header_id Number) is
112: Select arb.route_id,
113: arb.task_template_group_id
114: From ahl_routes_b arb,
115: ahl_mr_routes amr
116: Where amr.mr_header_id = p_mr_header_id
117: and arb.route_id = amr.route_id;
118:
119: cursor c_contacts(p_party_id NUMBER) Is