DBA Data[Home] [Help]

APPS.IBY_DISBURSE_SUBMIT_PUB_PKG dependencies on FND_MSG_PUB

Line 331: FND_MSG_PUB.ADD;

327: x_errbuf := 'BUILD PROGRAM ERROR - PARAMETERS INVALID';
328: x_retcode := '-1';
329:
330: FND_MESSAGE.SET_NAME('IBY', 'IBY_BUILD_INV_PARAMS');
331: FND_MSG_PUB.ADD;
332:
333: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, FND_MESSAGE.GET);
334:
335: print_debuginfo(l_module_name, 'EXIT');

Line 421: FND_MSG_PUB.ADD;

417: FND_MESSAGE.SET_TOKEN('PROF_NAME',
418: l_profile_name,
419: FALSE);
420:
421: FND_MSG_PUB.ADD;
422:
423: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, FND_MESSAGE.GET);
424:
425: print_debuginfo(l_module_name, 'EXIT');

Line 480: FND_MSG_PUB.ADD;

476:
477: FND_MESSAGE.SET_NAME('IBY',
478: 'IBY_BUILD_MISS_PMT_DOC_REL_PAR');
479:
480: FND_MSG_PUB.ADD;
481:
482: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, FND_MESSAGE.GET);
483:
484: print_debuginfo(l_module_name, 'EXIT');

Line 2155: FND_MSG_PUB.ADD;

2151: * Set the message on the error stack
2152: * to display in UI (in case of direct
2153: * API call from UI).
2154: */
2155: FND_MSG_PUB.ADD;
2156:
2157: /*
2158: * Propogate exception to caller.
2159: */