DBA Data[Home] [Help]

APPS.XDP_CANCEL_ORDER dependencies on FND_MESSAGE

Line 181: FND_MESSAGE.SET_NAME('XDP', 'XDP_INTFACE_PROCESS_FAIL');

177: err_message => l_err_message,
178: err_stack => l_err_stack,
179: maxErrStackLength => 900);
180:
181: FND_MESSAGE.SET_NAME('XDP', 'XDP_INTFACE_PROCESS_FAIL');
182: FND_MESSAGE.SET_TOKEN('ERROR_MSG',l_err_name || ' : ' || l_err_message);
183: OE_MSG_PUB.Add;
184:
185: -- Return with Failure

Line 182: FND_MESSAGE.SET_TOKEN('ERROR_MSG',l_err_name || ' : ' || l_err_message);

178: err_stack => l_err_stack,
179: maxErrStackLength => 900);
180:
181: FND_MESSAGE.SET_NAME('XDP', 'XDP_INTFACE_PROCESS_FAIL');
182: FND_MESSAGE.SET_TOKEN('ERROR_MSG',l_err_name || ' : ' || l_err_message);
183: OE_MSG_PUB.Add;
184:
185: -- Return with Failure
186: x_result := 1;

Line 199: FND_MESSAGE.SET_NAME('XDP', 'XDP_INTFACE_PROCESS_FAIL');

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;
202: error_message := FND_MSG_PUB.get(p_encoded => FND_API.g_false);
203: end loop;

Line 200: FND_MESSAGE.SET_TOKEN('ERROR_MSG', error_message);

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;
202: error_message := FND_MSG_PUB.get(p_encoded => FND_API.g_false);
203: end loop;
204:

Line 279: FND_MESSAGE.SET_NAME('XDP', 'XDP_INTFACE_PROCESS_FAIL');

275: err_message => l_err_message,
276: err_stack => l_err_stack,
277: maxErrStackLength => 900);
278:
279: FND_MESSAGE.SET_NAME('XDP', 'XDP_INTFACE_PROCESS_FAIL');
280: FND_MESSAGE.SET_TOKEN('ERROR_MSG',l_err_name || ' : ' || l_err_message);
281: OE_MSG_PUB.Add;
282: -- Return with Failure
283: x_result := 1;

Line 280: FND_MESSAGE.SET_TOKEN('ERROR_MSG',l_err_name || ' : ' || l_err_message);

276: err_stack => l_err_stack,
277: maxErrStackLength => 900);
278:
279: FND_MESSAGE.SET_NAME('XDP', 'XDP_INTFACE_PROCESS_FAIL');
280: FND_MESSAGE.SET_TOKEN('ERROR_MSG',l_err_name || ' : ' || l_err_message);
281: OE_MSG_PUB.Add;
282: -- Return with Failure
283: x_result := 1;
284: return;

Line 296: FND_MESSAGE.SET_NAME('XDP', 'XDP_INTFACE_PROCESS_FAIL');

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;
299: error_message := FND_MSG_PUB.get(p_encoded => FND_API.g_false);
300: end loop;

Line 297: FND_MESSAGE.SET_TOKEN('ERROR_MSG', error_message);

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;
299: error_message := FND_MSG_PUB.get(p_encoded => FND_API.g_false);
300: end loop;
301: