DBA Data[Home] [Help]

APPS.WSH_TP_RELEASE_INT dependencies on WSH_TRIPS_GRP

Line 4722: l_trip_action_prms WSH_TRIPS_GRP.action_parameters_rectype;

4718: l_stop_out_tab WSH_TRIP_STOPS_GRP.stop_out_tab_type;
4719: l_stop_wt_vol_out_tab WSH_TRIP_STOPS_GRP.stop_wt_vol_tab_type;
4720:
4721: l_trip_attrs WSH_TRIPS_PVT.trip_attr_tbl_type;
4722: l_trip_action_prms WSH_TRIPS_GRP.action_parameters_rectype;
4723: l_trip_in_rec WSH_TRIPS_GRP.TripInRecType;
4724: l_trip_defaults WSH_TRIPS_GRP.default_parameters_rectype;
4725: l_trip_out_rec WSH_TRIPS_GRP.tripActionOutRecType;
4726: l_trip_out_tab WSH_TRIPS_GRP.trip_out_tab_type;

Line 4723: l_trip_in_rec WSH_TRIPS_GRP.TripInRecType;

4719: l_stop_wt_vol_out_tab WSH_TRIP_STOPS_GRP.stop_wt_vol_tab_type;
4720:
4721: l_trip_attrs WSH_TRIPS_PVT.trip_attr_tbl_type;
4722: l_trip_action_prms WSH_TRIPS_GRP.action_parameters_rectype;
4723: l_trip_in_rec WSH_TRIPS_GRP.TripInRecType;
4724: l_trip_defaults WSH_TRIPS_GRP.default_parameters_rectype;
4725: l_trip_out_rec WSH_TRIPS_GRP.tripActionOutRecType;
4726: l_trip_out_tab WSH_TRIPS_GRP.trip_out_tab_type;
4727:

Line 4724: l_trip_defaults WSH_TRIPS_GRP.default_parameters_rectype;

4720:
4721: l_trip_attrs WSH_TRIPS_PVT.trip_attr_tbl_type;
4722: l_trip_action_prms WSH_TRIPS_GRP.action_parameters_rectype;
4723: l_trip_in_rec WSH_TRIPS_GRP.TripInRecType;
4724: l_trip_defaults WSH_TRIPS_GRP.default_parameters_rectype;
4725: l_trip_out_rec WSH_TRIPS_GRP.tripActionOutRecType;
4726: l_trip_out_tab WSH_TRIPS_GRP.trip_out_tab_type;
4727:
4728: -- WV changes

Line 4725: l_trip_out_rec WSH_TRIPS_GRP.tripActionOutRecType;

4721: l_trip_attrs WSH_TRIPS_PVT.trip_attr_tbl_type;
4722: l_trip_action_prms WSH_TRIPS_GRP.action_parameters_rectype;
4723: l_trip_in_rec WSH_TRIPS_GRP.TripInRecType;
4724: l_trip_defaults WSH_TRIPS_GRP.default_parameters_rectype;
4725: l_trip_out_rec WSH_TRIPS_GRP.tripActionOutRecType;
4726: l_trip_out_tab WSH_TRIPS_GRP.trip_out_tab_type;
4727:
4728: -- WV changes
4729: -- Checks if the delivery has wv_frozen flag set to 'Y'

Line 4726: l_trip_out_tab WSH_TRIPS_GRP.trip_out_tab_type;

4722: l_trip_action_prms WSH_TRIPS_GRP.action_parameters_rectype;
4723: l_trip_in_rec WSH_TRIPS_GRP.TripInRecType;
4724: l_trip_defaults WSH_TRIPS_GRP.default_parameters_rectype;
4725: l_trip_out_rec WSH_TRIPS_GRP.tripActionOutRecType;
4726: l_trip_out_tab WSH_TRIPS_GRP.trip_out_tab_type;
4727:
4728: -- WV changes
4729: -- Checks if the delivery has wv_frozen flag set to 'Y'
4730: -- Used when unassigning from delivery not in plan.

Line 6136: wsh_trips_grp.trip_action(

6132:
6133: l_trip_action_prms.caller := 'WSH_TP_RELEASE';
6134: l_trip_action_prms.action_code := 'PLAN';
6135:
6136: wsh_trips_grp.trip_action(
6137: p_api_version_number => 1.0,
6138: p_init_msg_list => FND_API.G_TRUE,
6139: p_commit => FND_API.G_FALSE,
6140: p_action_prms => l_trip_action_prms,

Line 6182: wsh_trips_grp.trip_action(

6178:
6179: l_trip_action_prms.caller := 'WSH_TP_RELEASE';
6180: l_trip_action_prms.action_code := 'FIRM';
6181:
6182: wsh_trips_grp.trip_action(
6183: p_api_version_number => 1.0,
6184: p_init_msg_list => FND_API.G_TRUE,
6185: p_commit => FND_API.G_FALSE,
6186: p_action_prms => l_trip_action_prms,

Line 6737: l_trip_action_prms WSH_TRIPS_GRP.action_parameters_rectype;

6733: l_stop_action_rec WSH_TRIP_STOPS_GRP.StopActionOutRecType;
6734: l_stop_defaults WSH_TRIP_STOPS_GRP.default_parameters_rectype;
6735:
6736: l_trip_attrs WSH_TRIPS_PVT.trip_attr_tbl_type;
6737: l_trip_action_prms WSH_TRIPS_GRP.action_parameters_rectype;
6738: l_trip_in_rec WSH_TRIPS_GRP.TripInRecType;
6739: l_trip_defaults WSH_TRIPS_GRP.default_parameters_rectype;
6740: l_trip_out_rec WSH_TRIPS_GRP.tripActionOutRecType;
6741: l_trip_out_tab WSH_TRIPS_GRP.trip_out_tab_type;

Line 6738: l_trip_in_rec WSH_TRIPS_GRP.TripInRecType;

6734: l_stop_defaults WSH_TRIP_STOPS_GRP.default_parameters_rectype;
6735:
6736: l_trip_attrs WSH_TRIPS_PVT.trip_attr_tbl_type;
6737: l_trip_action_prms WSH_TRIPS_GRP.action_parameters_rectype;
6738: l_trip_in_rec WSH_TRIPS_GRP.TripInRecType;
6739: l_trip_defaults WSH_TRIPS_GRP.default_parameters_rectype;
6740: l_trip_out_rec WSH_TRIPS_GRP.tripActionOutRecType;
6741: l_trip_out_tab WSH_TRIPS_GRP.trip_out_tab_type;
6742:

Line 6739: l_trip_defaults WSH_TRIPS_GRP.default_parameters_rectype;

6735:
6736: l_trip_attrs WSH_TRIPS_PVT.trip_attr_tbl_type;
6737: l_trip_action_prms WSH_TRIPS_GRP.action_parameters_rectype;
6738: l_trip_in_rec WSH_TRIPS_GRP.TripInRecType;
6739: l_trip_defaults WSH_TRIPS_GRP.default_parameters_rectype;
6740: l_trip_out_rec WSH_TRIPS_GRP.tripActionOutRecType;
6741: l_trip_out_tab WSH_TRIPS_GRP.trip_out_tab_type;
6742:
6743: WSH_EMPTY_TRIP EXCEPTION;

Line 6740: l_trip_out_rec WSH_TRIPS_GRP.tripActionOutRecType;

6736: l_trip_attrs WSH_TRIPS_PVT.trip_attr_tbl_type;
6737: l_trip_action_prms WSH_TRIPS_GRP.action_parameters_rectype;
6738: l_trip_in_rec WSH_TRIPS_GRP.TripInRecType;
6739: l_trip_defaults WSH_TRIPS_GRP.default_parameters_rectype;
6740: l_trip_out_rec WSH_TRIPS_GRP.tripActionOutRecType;
6741: l_trip_out_tab WSH_TRIPS_GRP.trip_out_tab_type;
6742:
6743: WSH_EMPTY_TRIP EXCEPTION;
6744:

Line 6741: l_trip_out_tab WSH_TRIPS_GRP.trip_out_tab_type;

6737: l_trip_action_prms WSH_TRIPS_GRP.action_parameters_rectype;
6738: l_trip_in_rec WSH_TRIPS_GRP.TripInRecType;
6739: l_trip_defaults WSH_TRIPS_GRP.default_parameters_rectype;
6740: l_trip_out_rec WSH_TRIPS_GRP.tripActionOutRecType;
6741: l_trip_out_tab WSH_TRIPS_GRP.trip_out_tab_type;
6742:
6743: WSH_EMPTY_TRIP EXCEPTION;
6744:
6745:

Line 7305: wsh_trips_grp.trip_action(

7301:
7302: l_trip_action_prms.caller := 'WSH_TP_RELEASE';
7303: l_trip_action_prms.action_code := 'DELETE';
7304:
7305: wsh_trips_grp.trip_action(
7306: p_api_version_number => 1.0,
7307: p_init_msg_list => FND_API.G_TRUE,
7308: p_commit => FND_API.G_FALSE,
7309: p_action_prms => l_trip_action_prms,

Line 10179: l_trip_action_prms WSH_TRIPS_GRP.action_parameters_rectype;

10175: l_interface_entity WSH_INTERFACE_ERRORS.INTERFACE_TABLE_NAME%TYPE;
10176: l_interface_id NUMBER;
10177: --
10178: l_trip_attrs WSH_TRIPS_PVT.trip_attr_tbl_type;
10179: l_trip_action_prms WSH_TRIPS_GRP.action_parameters_rectype;
10180: l_trip_in_rec WSH_TRIPS_GRP.TripInRecType;
10181: l_trip_defaults WSH_TRIPS_GRP.default_parameters_rectype;
10182: l_trip_out_rec WSH_TRIPS_GRP.tripActionOutRecType;
10183: l_trip_out_tab WSH_TRIPS_GRP.trip_out_tab_type;

Line 10180: l_trip_in_rec WSH_TRIPS_GRP.TripInRecType;

10176: l_interface_id NUMBER;
10177: --
10178: l_trip_attrs WSH_TRIPS_PVT.trip_attr_tbl_type;
10179: l_trip_action_prms WSH_TRIPS_GRP.action_parameters_rectype;
10180: l_trip_in_rec WSH_TRIPS_GRP.TripInRecType;
10181: l_trip_defaults WSH_TRIPS_GRP.default_parameters_rectype;
10182: l_trip_out_rec WSH_TRIPS_GRP.tripActionOutRecType;
10183: l_trip_out_tab WSH_TRIPS_GRP.trip_out_tab_type;
10184:

Line 10181: l_trip_defaults WSH_TRIPS_GRP.default_parameters_rectype;

10177: --
10178: l_trip_attrs WSH_TRIPS_PVT.trip_attr_tbl_type;
10179: l_trip_action_prms WSH_TRIPS_GRP.action_parameters_rectype;
10180: l_trip_in_rec WSH_TRIPS_GRP.TripInRecType;
10181: l_trip_defaults WSH_TRIPS_GRP.default_parameters_rectype;
10182: l_trip_out_rec WSH_TRIPS_GRP.tripActionOutRecType;
10183: l_trip_out_tab WSH_TRIPS_GRP.trip_out_tab_type;
10184:
10185: BEGIN

Line 10182: l_trip_out_rec WSH_TRIPS_GRP.tripActionOutRecType;

10178: l_trip_attrs WSH_TRIPS_PVT.trip_attr_tbl_type;
10179: l_trip_action_prms WSH_TRIPS_GRP.action_parameters_rectype;
10180: l_trip_in_rec WSH_TRIPS_GRP.TripInRecType;
10181: l_trip_defaults WSH_TRIPS_GRP.default_parameters_rectype;
10182: l_trip_out_rec WSH_TRIPS_GRP.tripActionOutRecType;
10183: l_trip_out_tab WSH_TRIPS_GRP.trip_out_tab_type;
10184:
10185: BEGIN
10186: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;

Line 10183: l_trip_out_tab WSH_TRIPS_GRP.trip_out_tab_type;

10179: l_trip_action_prms WSH_TRIPS_GRP.action_parameters_rectype;
10180: l_trip_in_rec WSH_TRIPS_GRP.TripInRecType;
10181: l_trip_defaults WSH_TRIPS_GRP.default_parameters_rectype;
10182: l_trip_out_rec WSH_TRIPS_GRP.tripActionOutRecType;
10183: l_trip_out_tab WSH_TRIPS_GRP.trip_out_tab_type;
10184:
10185: BEGIN
10186: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;
10187: --

Line 10246: wsh_trips_grp.Create_Update_Trip(

10242: OR (p_phase = 2 AND x_plan_trips(l_index).lane_id IS NOT NULL) THEN
10243: -- phase 1: always call this API
10244: -- phase 2: call this API only if lane_id needs to be populated.
10245:
10246: wsh_trips_grp.Create_Update_Trip(
10247: p_api_version_number => 1.0,
10248: p_init_msg_list => FND_API.G_FALSE,
10249: p_commit => FND_API.G_FALSE,
10250: p_trip_info_tab => l_trip_attrs,