DBA Data[Home] [Help]

APPS.CSF_PREVENTIVE_MAINTENANCE_PVT dependencies on AHL_MR_ROUTES

Line 106: ahl_mr_routes amr

102: Cursor c_route(p_mr_header_id Number) is
103: Select arb.route_id,
104: arb.task_template_group_id
105: From ahl_routes_b arb,
106: ahl_mr_routes amr
107: Where amr.mr_header_id = p_mr_header_id
108: and arb.route_id = amr.route_id;
109:
110: cursor c_contacts(p_party_id NUMBER) Is