DBA Data[Home] [Help]

APPS.ONT_ICP_PROCESS_PACKAGE dependencies on OE_MSG_PUB

Line 193: if OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

189: if (l_debug_level >0 ) then
190: oe_debug_pub.add('no_data_found in dual_uom_and_grade_control');
191: end if ;
192: WHEN OTHERS THEN
193: if OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
194: then
195: OE_MSG_PUB.Add_Exc_Msg
196: ( G_PKG_NAME ,
197: 'Dual_Uom_And_Grade_Control'

Line 195: OE_MSG_PUB.Add_Exc_Msg

191: end if ;
192: WHEN OTHERS THEN
193: if OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
194: then
195: OE_MSG_PUB.Add_Exc_Msg
196: ( G_PKG_NAME ,
197: 'Dual_Uom_And_Grade_Control'
198: ) ;
199: end if ;