DBA Data[Home] [Help]

APPS.WSH_TRIPS_ACTIONS dependencies on WSH_TP_RELEASE

Line 803: wsh_tp_release.firm_entity( p_entity => 'TRIP',

799: /* End of H integration */
800: /* J TP Release */
801:
802: IF p_action='FIRM' THEN
803: wsh_tp_release.firm_entity( p_entity => 'TRIP',
804: p_entity_id =>p_trip_rows(i),
805: x_return_status =>x_return_status);
806: IF (x_return_status <> WSH_UTIL_CORE.G_RET_STS_SUCCESS) THEN
807: IF x_return_status=WSH_UTIL_CORE.G_RET_STS_WARNING THEN

Line 815: wsh_tp_release.unfirm_entity( p_entity => 'TRIP',

811: END IF;
812: END IF;
813:
814: ELSIF p_action IN ('PLAN','UNPLAN') THEN
815: wsh_tp_release.unfirm_entity( p_entity => 'TRIP',
816: p_entity_id =>p_trip_rows(i),
817: p_action =>p_action,
818: x_return_status =>x_return_status);
819: IF (x_return_status <> WSH_UTIL_CORE.G_RET_STS_SUCCESS) THEN

Line 4431: OR nvl(p_caller,'@@@') like 'WSH_TP_RELEASE%'

4427: IF (p_pickup_stop_id IS NOT NULL OR p_pickup_location_id IS NOT NULL)
4428: AND l_phys_trip_pickup_loc_id IS NOT NULL THEN --which means internal loc
4429:
4430: IF (nvl(p_caller,'@@@') like 'FTE%'
4431: OR nvl(p_caller,'@@@') like 'WSH_TP_RELEASE%'
4432: ) THEN
4433:
4434: IF p_pickup_stop_id IS NOT NULL THEN
4435: l_physical_stop_id:=null;