DBA Data[Home] [Help]

APPS.XDP_CANCEL_ORDER dependencies on FND_MSG_PUB

Line 197: error_message := FND_MSG_PUB.get(p_encoded => FND_API.g_false);

193: ELSE
194: ---------------------------------------------------------------
195: -- Push a message in the OE_MSG_PUB Stack
196: ---------------------------------------------------------------
197: error_message := FND_MSG_PUB.get(p_encoded => FND_API.g_false);
198: while (error_message is not null) loop
199: FND_MESSAGE.SET_NAME('XDP', 'XDP_INTFACE_PROCESS_FAIL');
200: FND_MESSAGE.SET_TOKEN('ERROR_MSG', error_message);
201: OE_MSG_PUB.Add;

Line 202: error_message := FND_MSG_PUB.get(p_encoded => FND_API.g_false);

198: while (error_message is not null) loop
199: FND_MESSAGE.SET_NAME('XDP', 'XDP_INTFACE_PROCESS_FAIL');
200: FND_MESSAGE.SET_TOKEN('ERROR_MSG', error_message);
201: OE_MSG_PUB.Add;
202: error_message := FND_MSG_PUB.get(p_encoded => FND_API.g_false);
203: end loop;
204:
205: ---------------------------------------------------------------
206: -- Return a value of one for a failure

Line 294: error_message := FND_MSG_PUB.get(p_encoded => FND_API.g_false);

290: ELSE
291: ---------------------------------------------------------------
292: -- Push a message in the OE_MSG_PUB Stack
293: ---------------------------------------------------------------
294: error_message := FND_MSG_PUB.get(p_encoded => FND_API.g_false);
295: while (error_message is not null) loop
296: FND_MESSAGE.SET_NAME('XDP', 'XDP_INTFACE_PROCESS_FAIL');
297: FND_MESSAGE.SET_TOKEN('ERROR_MSG', error_message);
298: OE_MSG_PUB.Add;

Line 299: error_message := FND_MSG_PUB.get(p_encoded => FND_API.g_false);

295: while (error_message is not null) loop
296: FND_MESSAGE.SET_NAME('XDP', 'XDP_INTFACE_PROCESS_FAIL');
297: FND_MESSAGE.SET_TOKEN('ERROR_MSG', error_message);
298: OE_MSG_PUB.Add;
299: error_message := FND_MSG_PUB.get(p_encoded => FND_API.g_false);
300: end loop;
301:
302: ---------------------------------------------------------------
303: -- Return a value of one for a failure