DBA Data[Home] [Help]

APPS.WSH_ASN_RECEIPT_PVT dependencies on WSH_TRIPS_ACTIONS

Line 4576: -- Trip, the API WSH_TRIPS_ACTIONS.autocreate_trip_multi to create Trips.

4572: -- deliveries within the list and checks if the deliveries consist
4573: -- of any delivery detail not yet shipped. It unassigns all those
4574: -- delivery details.
4575: -- 3.For lines which have a delivery ID but not yet assigned to a
4576: -- Trip, the API WSH_TRIPS_ACTIONS.autocreate_trip_multi to create Trips.
4577: -- 4.It identifies the delivery details having null delivery_ids.
4578: -- Invokes WSH_TRIPS_ACTIONS.AUTOCREATE_DEL_TRIP for the entire list of Delivery details
4579: -- so that all the records in the dd_rec structure become uniform
4580: -- in all respect for further treatment.

Line 4578: -- Invokes WSH_TRIPS_ACTIONS.AUTOCREATE_DEL_TRIP for the entire list of Delivery details

4574: -- delivery details.
4575: -- 3.For lines which have a delivery ID but not yet assigned to a
4576: -- Trip, the API WSH_TRIPS_ACTIONS.autocreate_trip_multi to create Trips.
4577: -- 4.It identifies the delivery details having null delivery_ids.
4578: -- Invokes WSH_TRIPS_ACTIONS.AUTOCREATE_DEL_TRIP for the entire list of Delivery details
4579: -- so that all the records in the dd_rec structure become uniform
4580: -- in all respect for further treatment.
4581: -- Parameters :
4582: -- IN:

Line 4787: -- Calls the API WSH_TRIPS_ACTIONS.AUTOCREATE_DEL_TRIP to create delivery and trip for those

4783: l_ind := p_index_dd_ids_ext_cache.NEXT(l_ind);
4784: END LOOP;
4785:
4786:
4787: -- Calls the API WSH_TRIPS_ACTIONS.AUTOCREATE_DEL_TRIP to create delivery and trip for those
4788: -- delivery detail ids not having both.
4789: IF l_dd_ids_tab.count > 0 THEN
4790:
4791: --

Line 4796: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_TRIPS_ACTIONS.AUTOCREATE_DEL_TRIP',WSH_DEBUG_SV.C_PROC_LEVEL);

4792: -- Debug Statements
4793: --
4794: IF l_debug_on THEN
4795: WSH_DEBUG_SV.log(l_module_name,'l_dd_ids_tab.count',l_dd_ids_tab.count);
4796: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_TRIPS_ACTIONS.AUTOCREATE_DEL_TRIP',WSH_DEBUG_SV.C_PROC_LEVEL);
4797: END IF;
4798: --
4799:
4800:

Line 4801: WSH_TRIPS_ACTIONS.AUTOCREATE_DEL_TRIP(

4797: END IF;
4798: --
4799:
4800:
4801: WSH_TRIPS_ACTIONS.AUTOCREATE_DEL_TRIP(
4802: p_line_rows => l_dd_ids_tab,
4803: p_org_rows => l_org_rows,
4804: p_max_detail_commit => 1000,
4805: x_del_rows => l_del_rows,

Line 4906: -- Calls the API WSH_TRIPS_ACTIONS.AUTOCREATE_TRIP_MULTI to create trip for those

4902: END LOOP;
4903:
4904:
4905:
4906: -- Calls the API WSH_TRIPS_ACTIONS.AUTOCREATE_TRIP_MULTI to create trip for those
4907: -- delivery ids which have not been assigned to any trip.
4908: IF l_del_rows.COUNT > 0 THEN
4909: --
4910: -- Debug Statements

Line 4913: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_TRIPS_ACTIONS.AUTOCREATE_TRIP_MULTI',WSH_DEBUG_SV.C_PROC_LEVEL);

4909: --
4910: -- Debug Statements
4911: --
4912: IF l_debug_on THEN
4913: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_TRIPS_ACTIONS.AUTOCREATE_TRIP_MULTI',WSH_DEBUG_SV.C_PROC_LEVEL);
4914: WSH_DEBUG_SV.log(l_module_name,'l_del_rows.count = ',l_del_rows.count);
4915: END IF;
4916: --
4917:

Line 4918: WSH_TRIPS_ACTIONS.autocreate_trip_multi(

4914: WSH_DEBUG_SV.log(l_module_name,'l_del_rows.count = ',l_del_rows.count);
4915: END IF;
4916: --
4917:
4918: WSH_TRIPS_ACTIONS.autocreate_trip_multi(
4919: p_del_rows => l_del_rows,
4920: x_trip_ids => l_trip_ids,
4921: x_trip_names => l_trip_names,
4922: x_return_status => l_return_status);

Line 4928: WSH_DEBUG_SV.log(l_module_name,'RET STS OF WSH_TRIPS_ACTIONS.autocreate_trip_multi IS :', l_return_status);

4924: --
4925: -- Debug Statements
4926: --
4927: IF l_debug_on THEN
4928: WSH_DEBUG_SV.log(l_module_name,'RET STS OF WSH_TRIPS_ACTIONS.autocreate_trip_multi IS :', l_return_status);
4929: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_UTIL_CORE.API_POST_CALL',WSH_DEBUG_SV.C_PROC_LEVEL);
4930: END IF;
4931: --
4932: wsh_util_core.api_post_call(