DBA Data[Home] [Help]

APPS.WSH_ITM_CUSTOM_PROCESS dependencies on WSH_ITM_CUSTOM_PROCESS

Line 1: PACKAGE BODY WSH_ITM_CUSTOM_PROCESS AS

1: PACKAGE BODY WSH_ITM_CUSTOM_PROCESS AS
2: /* $Header: WSHITPPB.pls 120.0 2005/05/26 18:38:49 appldev noship $ */
3:
4: G_PKG_NAME CONSTANT VARCHAR2(50) := 'WSH_ITM_CUSTOM_PROCESS';
5:

Line 4: G_PKG_NAME CONSTANT VARCHAR2(50) := 'WSH_ITM_CUSTOM_PROCESS';

1: PACKAGE BODY WSH_ITM_CUSTOM_PROCESS AS
2: /* $Header: WSHITPPB.pls 120.0 2005/05/26 18:38:49 appldev noship $ */
3:
4: G_PKG_NAME CONSTANT VARCHAR2(50) := 'WSH_ITM_CUSTOM_PROCESS';
5:
6: /*===========================================================================+
7: | PROCEDURE |
8: | PRE_PROCESS_REQUEST |

Line 127: oe_debug_pub.add('Entering WSH_ITM_CUSTOM_PROCESS.PRE_PROCESS_ONT_REQUEST....' , 4 ) ;

123: --
124: BEGIN
125:
126: IF l_debug_level > 0 THEN
127: oe_debug_pub.add('Entering WSH_ITM_CUSTOM_PROCESS.PRE_PROCESS_ONT_REQUEST....' , 4 ) ;
128: END IF;
129:
130:
131: IF l_debug_level > 0 THEN

Line 132: oe_debug_pub.add('Exiting WSH_ITM_CUSTOM_PROCESS.PRE_PROCESS_ONT_REQUEST....',4);

128: END IF;
129:
130:
131: IF l_debug_level > 0 THEN
132: oe_debug_pub.add('Exiting WSH_ITM_CUSTOM_PROCESS.PRE_PROCESS_ONT_REQUEST....',4);
133: END IF;
134:
135: Exception
136: WHEN NO_DATA_FOUND THEN

Line 166: oe_debug_pub.add('Entering WSH_ITM_CUSTOM_PROCESS.POST_PROCESS_ONT_REQUEST....' , 4 ) ;

162: --
163: BEGIN
164:
165: IF l_debug_level > 0 THEN
166: oe_debug_pub.add('Entering WSH_ITM_CUSTOM_PROCESS.POST_PROCESS_ONT_REQUEST....' , 4 ) ;
167: END IF;
168:
169: IF l_debug_level > 0 THEN
170: oe_debug_pub.add('Exiting WSH_ITM_CUSTOM_PROCESS.POST_PROCESS_ONT_REQUEST....',4);

Line 170: oe_debug_pub.add('Exiting WSH_ITM_CUSTOM_PROCESS.POST_PROCESS_ONT_REQUEST....',4);

166: oe_debug_pub.add('Entering WSH_ITM_CUSTOM_PROCESS.POST_PROCESS_ONT_REQUEST....' , 4 ) ;
167: END IF;
168:
169: IF l_debug_level > 0 THEN
170: oe_debug_pub.add('Exiting WSH_ITM_CUSTOM_PROCESS.POST_PROCESS_ONT_REQUEST....',4);
171: END IF;
172:
173: Exception
174: WHEN NO_DATA_FOUND THEN

Line 182: END WSH_ITM_CUSTOM_PROCESS;

178:
179:
180:
181:
182: END WSH_ITM_CUSTOM_PROCESS;