DBA Data[Home] [Help]

APPS.WSH_TRIPS_GRP dependencies on WSH_TP_RELEASE

Line 905: Wsh_tp_release.change_ignoreplan_status

901: x_num_errors =>l_num_errors);
902:
903: /* J TP Release */
904: ELSIF p_action_prms.action_code in ('IGNORE_PLAN', 'INCLUDE_PLAN') then
905: Wsh_tp_release.change_ignoreplan_status
906: (p_entity =>'TRIP',
907: p_in_ids => l_trip_id_tab,
908: p_action_code => p_action_prms.action_code,
909: x_return_status => l_return_status);

Line 2793: wsh_tp_release.change_ignoreplan_status

2789: --calling api.
2790:
2791: IF nvl(l_wh_type, FND_API.G_MISS_CHAR) IN ('TPW','CMS') THEN
2792: l_trip_ids(1):=l_trip_info_tab(x_valid_index_tab(l_index)).trip_id;
2793: wsh_tp_release.change_ignoreplan_status
2794: (p_entity => 'TRIP',
2795: p_in_ids => l_trip_ids,
2796: p_action_code => 'IGNORE_PLAN',
2797: x_return_status => l_return_status);