DBA Data[Home] [Help]

APPS.ONT_HEADER_DEF_UTIL dependencies on OE_MSG_PUB

Line 3226: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

3222: END IF;
3223:
3224: EXCEPTION
3225: WHEN OTHERS THEN
3226: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3227: THEN
3228: OE_MSG_PUB.Add_Exc_Msg
3229: ( G_PKG_NAME ,
3230: 'Update_Attr_Rules_Cache: '||l_attribute_code

Line 3228: OE_MSG_PUB.Add_Exc_Msg

3224: EXCEPTION
3225: WHEN OTHERS THEN
3226: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3227: THEN
3228: OE_MSG_PUB.Add_Exc_Msg
3229: ( G_PKG_NAME ,
3230: 'Update_Attr_Rules_Cache: '||l_attribute_code
3231: );
3232: END IF;

Line 3326: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

3322: END LOOP;
3323:
3324: EXCEPTION
3325: WHEN OTHERS THEN
3326: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3327: THEN
3328: OE_MSG_PUB.Add_Exc_Msg
3329: ( G_PKG_NAME ,
3330: 'Get_Valid_Defaulting_Rules :'||p_attr_code

Line 3328: OE_MSG_PUB.Add_Exc_Msg

3324: EXCEPTION
3325: WHEN OTHERS THEN
3326: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3327: THEN
3328: OE_MSG_PUB.Add_Exc_Msg
3329: ( G_PKG_NAME ,
3330: 'Get_Valid_Defaulting_Rules :'||p_attr_code
3331: );
3332: END IF;