DBA Data[Home] [Help]

APPS.WSH_PO_CMG_PVT dependencies on WSH_EXCEPTIONS_PUB

Line 3847: l_exceptions_tab WSH_EXCEPTIONS_PUB.XC_TAB_TYPE;

3843: l_exception_msg_count NUMBER;
3844: l_dummy_exception_id NUMBER;
3845: l_exception_msg_data VARCHAR2(2000);
3846: l_init_msg_list VARCHAR2(100):= FND_API.G_FALSE;
3847: l_exceptions_tab WSH_EXCEPTIONS_PUB.XC_TAB_TYPE;
3848: l_msg VARCHAR2(2000):= NULL;
3849: l_exception_error_message VARCHAR2(2000) := NULL;
3850: l_logged_at_location_id NUMBER := FND_API.G_MISS_NUM;
3851: l_exception_location_id NUMBER := FND_API.G_MISS_NUM;

Line 3894: -- making use of WSH_EXCEPTIONS_GRP.Get_exceptions() instead of WSH_EXCEPTIONS_PUB.Get_exceptions()

3890: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_EXCEPTIONS_GRP.GET_EXCEPTIONS',WSH_DEBUG_SV.C_PROC_LEVEL);
3891: END IF;
3892: --
3893: -- anviswan
3894: -- making use of WSH_EXCEPTIONS_GRP.Get_exceptions() instead of WSH_EXCEPTIONS_PUB.Get_exceptions()
3895: WSH_EXCEPTIONS_GRP.Get_exceptions(
3896: p_api_version => 1.0,
3897: p_init_msg_list => l_init_msg_list,
3898: x_return_status => l_return_status,

Line 3920: -- making use of WSH_EXCEPTIONS_GRP.Get_exceptions() instead of WSH_EXCEPTIONS_PUB.Get_exceptions()

3916: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_EXCEPTIONS_GRP.GET_EXCEPTIONS',WSH_DEBUG_SV.C_PROC_LEVEL);
3917: END IF;
3918: --
3919: -- anviswan
3920: -- making use of WSH_EXCEPTIONS_GRP.Get_exceptions() instead of WSH_EXCEPTIONS_PUB.Get_exceptions()
3921: WSH_EXCEPTIONS_GRP.Get_exceptions(
3922: p_api_version => 1.0,
3923: x_return_status => l_return_status,
3924: x_msg_count => l_exception_msg_count,