DBA Data[Home] [Help]

APPS.OE_ORDER_CONTEXT_GRP dependencies on OE_MSG_PUB

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

154:
155: EXCEPTION
156: WHEN OTHERS THEN
157: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
158: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
159: THEN
160: OE_MSG_PUB.Add_Exc_Msg
161: ( G_PKG_NAME
162: , 'Set_Created_By_Context'

Line 160: OE_MSG_PUB.Add_Exc_Msg

156: WHEN OTHERS THEN
157: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
158: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
159: THEN
160: OE_MSG_PUB.Add_Exc_Msg
161: ( G_PKG_NAME
162: , 'Set_Created_By_Context'
163: );
164: END IF;

Line 166: OE_MSG_PUB.Count_And_Get

162: , 'Set_Created_By_Context'
163: );
164: END IF;
165: -- Get message count and data
166: OE_MSG_PUB.Count_And_Get
167: ( p_count => x_msg_count
168: , p_data => x_msg_data
169: );
170: END Set_Created_By_Context;