DBA Data[Home] [Help]

APPS.OE_PORTAL_ORDER dependencies on OE_MSG_PUB

Line 112: OE_MSG_PUB.Count_And_Get

108: x_return_status := FND_API.G_RET_STS_SUCCESS;
109:
110: -- Get message count and data
111:
112: OE_MSG_PUB.Count_And_Get
113: ( p_count => x_msg_count
114: , p_data => x_msg_data
115: );
116:

Line 148: OE_MSG_PUB.Count_And_Get

144: x_return_status := FND_API.G_RET_STS_SUCCESS;
145:
146: /* -- Get message count and data
147:
148: OE_MSG_PUB.Count_And_Get
149: ( p_count => x_msg_count
150: , p_data => x_msg_data
151: );*/
152: END IF;

Line 171: OE_MSG_PUB.Count_And_Get

167: x_return_status := FND_API.G_RET_STS_ERROR;
168:
169: -- Get message count and data
170:
171: OE_MSG_PUB.Count_And_Get
172: ( p_count => x_msg_count
173: , p_data => x_msg_data
174: );
175:

Line 184: OE_MSG_PUB.Count_And_Get

180: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
181:
182: -- Get message count and data
183:
184: OE_MSG_PUB.Count_And_Get
185: ( p_count => x_msg_count
186: , p_data => x_msg_data
187: );
188:

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

191: OE_GLOBALS.G_UI_FLAG := FALSE;
192:
193: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
194:
195: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
196: THEN
197: OE_MSG_PUB.Add_Exc_Msg
198: ( G_PKG_NAME
199: , 'Process_Object'

Line 197: OE_MSG_PUB.Add_Exc_Msg

193: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
194:
195: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
196: THEN
197: OE_MSG_PUB.Add_Exc_Msg
198: ( G_PKG_NAME
199: , 'Process_Object'
200: );
201: END IF;

Line 205: OE_MSG_PUB.Count_And_Get

201: END IF;
202:
203: -- Get message count and data
204:
205: OE_MSG_PUB.Count_And_Get
206: ( p_count => x_msg_count
207: , p_data => x_msg_data
208: );
209: