DBA Data[Home] [Help]

APPS.WSH_TRIP_STOPS_GRP dependencies on WSH_TRIP_VALIDATIONS

Line 585: l_trip_in_rec WSH_TRIP_VALIDATIONS.ChgStatus_in_rec_type;

581: from wsh_trip_stops
582: where trip_id=p_trip_id
583: and status_code IN ('OP', 'AR')
584: and rownum=1);
585: l_trip_in_rec WSH_TRIP_VALIDATIONS.ChgStatus_in_rec_type;
586:
587: -- K LPN CONV. rv
588: l_lpn_in_sync_comm_rec WSH_GLBL_VAR_STRCT_GRP.lpn_sync_comm_in_rec_type;
589: l_lpn_out_sync_comm_rec WSH_GLBL_VAR_STRCT_GRP.lpn_sync_comm_out_rec_type;

Line 2063: wsh_trip_validations.validate_planned_trip

2059: END IF;
2060:
2061:
2062: IF ( WSH_ACTIONS_LEVELS.g_validation_level_tab(WSH_ACTIONS_LEVELS.C_PLANNED_TRIP_LVL) = 1 ) THEN
2063: wsh_trip_validations.validate_planned_trip
2064: (p_stop_id => p_rec_attr_tab(l_index).stop_id,
2065: p_stop_sequence_number => p_rec_attr_tab(l_index).stop_sequence_number,
2066: x_return_status => l_return_status);
2067: