DBA Data[Home] [Help]

APPS.OE_ORDER_WF_UTIL dependencies on FND_MSG_PUB

Line 2151: IF FND_MSG_PUB.Check_Msg_Level

2147: IF l_debug_level > 0 THEN
2148: oe_debug_pub.add( 'UPDATE_FLOW_STATUS_CODE: UNEXP ERROR' , 5 ) ;
2149: END IF;
2150: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2151: IF FND_MSG_PUB.Check_Msg_Level
2152: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2153: THEN
2154: OE_MSG_PUB.Add_Exc_Msg
2155: ( G_PKG_NAME

Line 2152: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

2148: oe_debug_pub.add( 'UPDATE_FLOW_STATUS_CODE: UNEXP ERROR' , 5 ) ;
2149: END IF;
2150: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2151: IF FND_MSG_PUB.Check_Msg_Level
2152: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2153: THEN
2154: OE_MSG_PUB.Add_Exc_Msg
2155: ( G_PKG_NAME
2156: , 'Update_Flow_Status_Code'

Line 2624: IF FND_MSG_PUB.Check_Msg_Level

2620: IF l_debug_level > 0 THEN
2621: oe_debug_pub.add( 'UPDATE_QUOTE_BLANKET: UNEXP ERROR' , 5 ) ;
2622: END IF;
2623: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2624: IF FND_MSG_PUB.Check_Msg_Level
2625: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2626: THEN
2627: OE_MSG_PUB.Add_Exc_Msg
2628: ( G_PKG_NAME

Line 2625: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

2621: oe_debug_pub.add( 'UPDATE_QUOTE_BLANKET: UNEXP ERROR' , 5 ) ;
2622: END IF;
2623: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2624: IF FND_MSG_PUB.Check_Msg_Level
2625: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2626: THEN
2627: OE_MSG_PUB.Add_Exc_Msg
2628: ( G_PKG_NAME
2629: , 'Update_Quote_Blanket'