DBA Data[Home] [Help]

APPS.WSH_NEW_DELIVERIES_PVT dependencies on WSH_NEW_DELIVERIES

Line 1: PACKAGE WSH_NEW_DELIVERIES_PVT as

1: PACKAGE WSH_NEW_DELIVERIES_PVT as
2: /* $Header: WSHDETHS.pls 120.1.12010000.1 2008/07/29 06:00:27 appldev ship $ */
3:
4: -- CONSTANTS declaration --
5: --

Line 211: TMS_INTERFACE_FLAG WSH_NEW_DELIVERIES.TMS_INTERFACE_FLAG%TYPE,

207: DESCRIPTION VARCHAR2(30),
208: --Non Database field added for "Proration of weight from Delivery to delivery lines" Project(Bug#4254552).
209: PRORATE_WT_FLAG VARCHAR2(1),
210: --OTM R12
211: TMS_INTERFACE_FLAG WSH_NEW_DELIVERIES.TMS_INTERFACE_FLAG%TYPE,
212: TMS_VERSION_NUMBER WSH_NEW_DELIVERIES.TMS_VERSION_NUMBER%TYPE
213: --
214: );
215:

Line 212: TMS_VERSION_NUMBER WSH_NEW_DELIVERIES.TMS_VERSION_NUMBER%TYPE

208: --Non Database field added for "Proration of weight from Delivery to delivery lines" Project(Bug#4254552).
209: PRORATE_WT_FLAG VARCHAR2(1),
210: --OTM R12
211: TMS_INTERFACE_FLAG WSH_NEW_DELIVERIES.TMS_INTERFACE_FLAG%TYPE,
212: TMS_VERSION_NUMBER WSH_NEW_DELIVERIES.TMS_VERSION_NUMBER%TYPE
213: --
214: );
215:
216: TYPE Delivery_Attr_Tbl_Type is TABLE of Delivery_Rec_Type index by binary_integer;

Line 361: -- Description: This procedure will copy the attributes of a delivery in wsh_new_deliveries

357: -- Bug 3292364
358: -- Procedure: Table_To_Record
359: -- Parameters: x_delivery_rec: A record of all attributes of a Delivery Record
360: -- p_delivery_id : delivery_id of the delivery that is to be copied
361: -- Description: This procedure will copy the attributes of a delivery in wsh_new_deliveries
362: -- and copy it to a record.
363:
364: PROCEDURE Table_to_Record (p_delivery_id IN NUMBER,
365: x_delivery_rec OUT NOCOPY WSH_NEW_DELIVERIES_PVT.Delivery_Rec_Type,

Line 365: x_delivery_rec OUT NOCOPY WSH_NEW_DELIVERIES_PVT.Delivery_Rec_Type,

361: -- Description: This procedure will copy the attributes of a delivery in wsh_new_deliveries
362: -- and copy it to a record.
363:
364: PROCEDURE Table_to_Record (p_delivery_id IN NUMBER,
365: x_delivery_rec OUT NOCOPY WSH_NEW_DELIVERIES_PVT.Delivery_Rec_Type,
366: x_return_status OUT NOCOPY VARCHAR2);
367:
368: --OTM R12
369: PROCEDURE UPDATE_TMS_INTERFACE_FLAG (p_delivery_id_tab IN WSH_UTIL_CORE.ID_TAB_TYPE,

Line 375: END WSH_NEW_DELIVERIES_PVT;

371: x_return_status OUT NOCOPY VARCHAR2);
372:
373: --
374:
375: END WSH_NEW_DELIVERIES_PVT;