DBA Data[Home] [Help]

APPS.OE_PRINT_FLEX dependencies on OE_MSG_PUB

Line 163: OE_MSG_PUB.Add;

159: oe_debug_pub.add('structure validation failed');
160: END IF;
161: FND_MESSAGE.SET_NAME('ONT','OE_INVALID_FLEXFIELD_STRUCT');
162: FND_MESSAGE.SET_TOKEN('FFSTRUCTURE',p_desc_flex_name);
163: OE_MSG_PUB.Add;
164: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
165: END IF;
166:
167: END IF;

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

204: WHEN OTHERS THEN
205: IF l_debug_level > 0 THEN
206: oe_debug_pub.add('In the exception section');
207: END IF;
208: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
209: THEN
210: OE_MSG_PUB.Add_Exc_Msg
211: ( G_PKG_NAME
212: , G_FUNCTION_NAME

Line 210: OE_MSG_PUB.Add_Exc_Msg

206: oe_debug_pub.add('In the exception section');
207: END IF;
208: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
209: THEN
210: OE_MSG_PUB.Add_Exc_Msg
211: ( G_PKG_NAME
212: , G_FUNCTION_NAME
213: );
214: END IF;