DBA Data[Home] [Help]

APPS.WSH_SHIPMENT_BATCH_PKG dependencies on WSH_CUSTOM_PUB

Line 200: -- criteria returned from WSH_CUSTOM_PUB.Shipment_Batch_Group_Criteria

196: --
197: -- COMMENT:
198: -- Based on input parameter values, eligble records from WDD are fetced.
199: -- Records fetched are grouped into Shipment Batches based on grouping
200: -- criteria returned from WSH_CUSTOM_PUB.Shipment_Batch_Group_Criteria
201: -- Custom API. A record is inserted into Wsh_Shipment_Batches table for
202: -- each shipment Batch and corresponding batch name is stamped in WDD.
203: --
204: -- Mandatory grouping criteria for Shipment Batch is

Line 398: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling WSH_CUSTOM_PUB.Shipment_Batch_Group_Criteria', WSH_DEBUG_SV.C_PROC_LEVEL);

394: */
395:
396: --
397: IF l_debug_on THEN
398: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling WSH_CUSTOM_PUB.Shipment_Batch_Group_Criteria', WSH_DEBUG_SV.C_PROC_LEVEL);
399: END IF;
400: --
401: WSH_CUSTOM_PUB.Shipment_Batch_Group_Criteria(
402: x_grp_by_invoice_to_site => l_grp_by_inv_site,

Line 401: WSH_CUSTOM_PUB.Shipment_Batch_Group_Criteria(

397: IF l_debug_on THEN
398: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling WSH_CUSTOM_PUB.Shipment_Batch_Group_Criteria', WSH_DEBUG_SV.C_PROC_LEVEL);
399: END IF;
400: --
401: WSH_CUSTOM_PUB.Shipment_Batch_Group_Criteria(
402: x_grp_by_invoice_to_site => l_grp_by_inv_site,
403: x_grp_by_deliver_to_site => l_grp_by_del_site,
404: x_grp_by_ship_to_contact => l_grp_by_ship_contact,
405: x_grp_by_invoice_to_contact => l_grp_by_inv_contact,