DBA Data[Home] [Help]

APPS.WSH_TRIPS_ACTIONS dependencies on WSH_TP_RELEASE

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

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

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

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

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

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