DBA Data[Home] [Help]

APPS.AHL_ENIGMA_ROUTE_OP_PUB dependencies on AHL_ROUTE_OPERATIONS

Line 709: FROM ahl_route_operations

705:
706: CURSOR get_associated_operations
707: IS
708: SELECT route_operation_id,operation_id,object_version_number
709: FROM ahl_route_operations
710: WHERE route_id = p_route_id;
711:
712: CURSOR get_op_id(p_enigma_op_id VARCHAR2)
713: IS

Line 723: FROM ahl_route_operations

719:
720: CURSOR get_max_step
721: IS
722: SELECT NVL(max(step),0)
723: FROM ahl_route_operations
724: WHERE route_id = p_route_id;
725:
726: l_asso_id NUMBER;
727: l_operation_id NUMBER;