DBA Data[Home] [Help]

APPS.OE_CREDIT_CHECK_GLOBALS dependencies on OE_MSG_PUB

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

38: EXCEPTION
39: WHEN OTHERS THEN
40: OE_DEBUG_PUB.ADD('ERROR= '|| SUBSTRB(sqlerrm,1,200));
41:
42: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
43: OE_MSG_PUB.Add_Exc_Msg
44: ( G_PKG_NAME
45: , 'GET_MCC_project_version'
46: );

Line 43: OE_MSG_PUB.Add_Exc_Msg

39: WHEN OTHERS THEN
40: OE_DEBUG_PUB.ADD('ERROR= '|| SUBSTRB(sqlerrm,1,200));
41:
42: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
43: OE_MSG_PUB.Add_Exc_Msg
44: ( G_PKG_NAME
45: , 'GET_MCC_project_version'
46: );
47: END IF;