DBA Data[Home] [Help]

APPS.OE_SERVICE_CREDIT_GRP dependencies on OE_MSG_PUB

Line 38: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

34: END IF;
35:
36: EXCEPTION
37: WHEN OTHERS THEN
38: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
39: OE_MSG_PUB.Add_Exc_Msg
40: ( G_PKG_NAME
41: , 'Get_Service_Credit_Eligible'
42: );

Line 39: OE_MSG_PUB.Add_Exc_Msg

35:
36: EXCEPTION
37: WHEN OTHERS THEN
38: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
39: OE_MSG_PUB.Add_Exc_Msg
40: ( G_PKG_NAME
41: , 'Get_Service_Credit_Eligible'
42: );
43: END IF;