DBA Data[Home] [Help]

APPS.WSH_CONTAINER_PUB dependencies on WSH_CONTAINER_PUB

Line 1: PACKAGE BODY WSH_CONTAINER_PUB AS

1: PACKAGE BODY WSH_CONTAINER_PUB AS
2: /* $Header: WSHCOPBB.pls 120.0 2005/05/26 17:16:10 appldev noship $ */
3:
4: -- standard global constants
5: G_PKG_NAME CONSTANT VARCHAR2(30) := 'WSH_CONTAINER_PUB';

Line 5: G_PKG_NAME CONSTANT VARCHAR2(30) := 'WSH_CONTAINER_PUB';

1: PACKAGE BODY WSH_CONTAINER_PUB AS
2: /* $Header: WSHCOPBB.pls 120.0 2005/05/26 17:16:10 appldev noship $ */
3:
4: -- standard global constants
5: G_PKG_NAME CONSTANT VARCHAR2(30) := 'WSH_CONTAINER_PUB';
6: p_message_type CONSTANT VARCHAR2(1) := 'E';
7:
8:
9: ------------------------------------------------------------------------------

Line 249: wsh_util_core.default_handler('WSH_CONTAINER_PUB.Create_Containers',l_module_name);

245: END IF;
246:
247: WHEN OTHERS then
248: rollback to Create_Containers_SP;
249: wsh_util_core.default_handler('WSH_CONTAINER_PUB.Create_Containers',l_module_name);
250: x_return_status := WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR;
251:
252: --
253: FND_MSG_PUB.Count_And_Get

Line 469: wsh_util_core.default_handler('WSH_CONTAINER_PUB.populate_record',l_module_name) ;

465:
466: EXCEPTION
467:
468: WHEN OTHERS THEN
469: wsh_util_core.default_handler('WSH_CONTAINER_PUB.populate_record',l_module_name) ;
470: IF l_debug_on THEN
471: WSH_DEBUG_SV.logmsg(l_module_name,'Unexpected error has occured. Oracle error message is '|| SQLERRM,WSH_DEBUG_SV.C_UNEXPEC_ERR_LEVEL);
472: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:OTHERS');
473:

Line 672: wsh_util_core.default_handler('WSH_CONTAINER_PUB.Update_Container',l_module_name);

668: END IF;
669:
670: WHEN OTHERS then
671: rollback to Update_Containers_SP;
672: wsh_util_core.default_handler('WSH_CONTAINER_PUB.Update_Container',l_module_name);
673: x_return_status := WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR;
674: --
675: FND_MSG_PUB.Count_And_Get
676: (

Line 1005: wsh_util_core.default_handler('WSH_CONTAINER_PUB.Auto_Pack',l_module_name);

1001: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:WSH_INVALID_ENTITY_TYPE');
1002: END IF;
1003: WHEN OTHERS then
1004: rollback to Autopack_SP;
1005: wsh_util_core.default_handler('WSH_CONTAINER_PUB.Auto_Pack',l_module_name);
1006: x_return_status := WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR;
1007:
1008: --
1009: FND_MSG_PUB.Count_And_Get

Line 1268: wsh_util_core.default_handler('WSH_CONTAINER_PUB.Container_Actions');

1264: END IF;
1265:
1266: WHEN OTHERS then
1267: rollback to Container_Action_SP;
1268: wsh_util_core.default_handler('WSH_CONTAINER_PUB.Container_Actions');
1269: x_return_status := WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR;
1270: --
1271: FND_MSG_PUB.Count_And_Get
1272: (

Line 1287: END WSH_CONTAINER_PUB;

1283:
1284: END Container_Actions;
1285:
1286:
1287: END WSH_CONTAINER_PUB;