DBA Data[Home] [Help]

APPS.WSH_CUSTOM_PUB dependencies on WSH_CUSTOM_PUB

Line 1: PACKAGE BODY WSH_CUSTOM_PUB as

1: PACKAGE BODY WSH_CUSTOM_PUB as
2: /* $Header: WSHCSPBB.pls 120.2.12010000.2 2008/10/17 07:29:40 brana ship $ */
3: G_PKG_NAME CONSTANT VARCHAR2(50) := 'WSH_CUSTOM_PUB';
4: --
5: -- Procedure: Delivery_Name

Line 3: G_PKG_NAME CONSTANT VARCHAR2(50) := 'WSH_CUSTOM_PUB';

1: PACKAGE BODY WSH_CUSTOM_PUB as
2: /* $Header: WSHCSPBB.pls 120.2.12010000.2 2008/10/17 07:29:40 brana ship $ */
3: G_PKG_NAME CONSTANT VARCHAR2(50) := 'WSH_CUSTOM_PUB';
4: --
5: -- Procedure: Delivery_Name
6: -- Parameters: All Attributes of a Delivery Record
7: -- Description: This procedure will create a delivery. It will

Line 141: WSH_UTIL_CORE.printmsg('In the Others Exception of WSH_CUSTOM_PUB.ui_location_code');

137: EXCEPTION
138: WHEN others THEN
139: l_sqlcode := SQLCODE;
140: l_sqlerr := SQLERRM;
141: WSH_UTIL_CORE.printmsg('In the Others Exception of WSH_CUSTOM_PUB.ui_location_code');
142: WSH_UTIL_CORE.printmsg(l_sqlcode);
143: WSH_UTIL_CORE.printmsg(l_sqlerr);
144: ---Sample code end --
145: */

Line 493: END WSH_CUSTOM_PUB;

489: RETURN (l_cancel_flag);
490:
491: END Cancel_Unpicked_Details_At_ITS;
492:
493: END WSH_CUSTOM_PUB;