DBA Data[Home] [Help]

APPS.AHL_ENIGMA_ROUTE_OP_PUB dependencies on AHL_ROUTES_B

Line 995: AHL_ROUTES_B

991: p_process_route_input_rec.FILE_ID := x_file_id ;
992: -- Update the route revision with file_id
993: /*
994: UPDATE
995: AHL_ROUTES_B
996: SET
997: FILE_ID = x_file_id,
998: OBJECT_VERSION_NUMBER = l_get_latest_route_rev.object_version_number + 1
999: WHERE

Line 2844: SELECT route_id INTO p_route_id FROM AHL_ROUTES_B

2840: );
2841:
2842: -- Populate the input record to pass to the procedure to assocaite the operation to the route
2843:
2844: SELECT route_id INTO p_route_id FROM AHL_ROUTES_B
2845: WHERE ENIGMA_ROUTE_ID = parent_route_id;
2846:
2847: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
2848: THEN