DBA Data[Home] [Help]

APPS.IBY_DISBURSE_SINGLE_PMT_PKG dependencies on FND_MESSAGE

Line 280: | Generated FND messages count.

276: |
277: | This parameter is only relevant when the return status is E.
278: |
279: | x_msg_count
280: | Generated FND messages count.
281: |
282: | x_msg_data
283: | Generated FND messages. This param is only relevant in case
284: | the return status is U. Unwind the message stack to see list

Line 283: | Generated FND messages. This param is only relevant in case

279: | x_msg_count
280: | Generated FND messages count.
281: |
282: | x_msg_data
283: | Generated FND messages. This param is only relevant in case
284: | the return status is U. Unwind the message stack to see list
285: | of exceptions / system errors.
286: |
287: | RETURNS:

Line 515: FND_MESSAGE.SET_NAME('IBY', 'IBY_204400_API_VER_MISMATCH');

511: p_api_version,
512: l_api_name,
513: G_PKG_NAME) THEN
514:
515: FND_MESSAGE.SET_NAME('IBY', 'IBY_204400_API_VER_MISMATCH');
516: FND_MSG_PUB.Add;
517:
518: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
519:

Line 556: FND_MESSAGE.SET_NAME('IBY', 'IBY_MATURITY_DATE_REQD');

552: * Return error status and exit.
553: */
554: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
555:
556: FND_MESSAGE.SET_NAME('IBY', 'IBY_MATURITY_DATE_REQD');
557: FND_MSG_PUB.ADD;
558:
559: FND_MSG_PUB.COUNT_AND_GET(
560: p_count => x_msg_count,

Line 630: FND_MESSAGE.SET_NAME('IBY', 'IBY_SINGPAY_INSERT_FAILED');

626: * Return error status and exit.
627: */
628: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
629:
630: FND_MESSAGE.SET_NAME('IBY', 'IBY_SINGPAY_INSERT_FAILED');
631: FND_MSG_PUB.ADD;
632:
633: FND_MSG_PUB.COUNT_AND_GET(
634: p_count => x_msg_count,

Line 1159: FND_MESSAGE.SET_NAME('IBY', 'IBY_SINGPAY_DOCS_FAILED');

1155:
1156: /*
1157: * Return error status and exit.
1158: */
1159: FND_MESSAGE.SET_NAME('IBY', 'IBY_SINGPAY_DOCS_FAILED');
1160: FND_MSG_PUB.ADD;
1161:
1162: FND_MSG_PUB.COUNT_AND_GET(
1163: p_count => x_msg_count,

Line 1277: FND_MESSAGE.SET_NAME('IBY', 'IBY_ASSIGNMENTS_FAILED');

1273:
1274: /*
1275: * Return error status and exit.
1276: */
1277: FND_MESSAGE.SET_NAME('IBY', 'IBY_ASSIGNMENTS_FAILED');
1278: FND_MSG_PUB.ADD;
1279:
1280: FND_MSG_PUB.COUNT_AND_GET(
1281: p_count => x_msg_count,

Line 1381: FND_MESSAGE.SET_NAME('IBY', 'IBY_DOC_VALIDATION_FAILED');

1377: /*
1378: * Return error status and exit.
1379: */
1380:
1381: FND_MESSAGE.SET_NAME('IBY', 'IBY_DOC_VALIDATION_FAILED');
1382: FND_MSG_PUB.ADD;
1383:
1384: FND_MSG_PUB.COUNT_AND_GET(
1385: p_count => x_msg_count,

Line 1486: FND_MESSAGE.SET_NAME('IBY', 'IBY_PMT_CREATION_FAILED');

1482: /*
1483: * Return error status and exit.
1484: */
1485:
1486: FND_MESSAGE.SET_NAME('IBY', 'IBY_PMT_CREATION_FAILED');
1487: FND_MSG_PUB.ADD;
1488:
1489: FND_MSG_PUB.COUNT_AND_GET(
1490: p_count => x_msg_count,

Line 1680: FND_MESSAGE.SET_NAME('IBY', 'IBY_INS_CREATION_FAILED');

1676: /*
1677: * If the payment instruction was not successfully
1678: * created set the return status to an error status.
1679: */
1680: FND_MESSAGE.SET_NAME('IBY', 'IBY_INS_CREATION_FAILED');
1681: FND_MSG_PUB.ADD;
1682:
1683: FND_MSG_PUB.COUNT_AND_GET(
1684: p_count => x_msg_count,

Line 1721: FND_MESSAGE.SET_NAME('IBY', 'IBY_INS_CREATION_FAILED');

1717: * If multiple payment instruction instructions
1718: * were created, it is an error. Set the return
1719: * status to an error status.
1720: */
1721: FND_MESSAGE.SET_NAME('IBY', 'IBY_INS_CREATION_FAILED');
1722: FND_MSG_PUB.ADD;
1723:
1724: FND_MSG_PUB.COUNT_AND_GET(
1725: p_count => x_msg_count,

Line 1795: * Only populate the FND message stack if we

1791:
1792: /*
1793: * Fix for bug 5327347:
1794: *
1795: * Only populate the FND message stack if we
1796: * do not already have a message for the user.
1797: *
1798: * Otherwise, the user gets innundated with error
1799: * messages.

Line 1803: FND_MESSAGE.SET_NAME('IBY', 'IBY_INS_NUMBERING_ERROR');

1799: * messages.
1800: */
1801: IF (FND_MSG_PUB.COUNT_MSG = 0) THEN
1802:
1803: FND_MESSAGE.SET_NAME('IBY', 'IBY_INS_NUMBERING_ERROR');
1804: FND_MSG_PUB.ADD;
1805:
1806: FND_MSG_PUB.COUNT_AND_GET(
1807: p_count => x_msg_count,

Line 1940: FND_MESSAGE.set_name('IBY', l_error_code);

1936: || ''', generated exception.'
1937: );
1938:
1939: l_error_code := 'IBY_INS_AWT_CERT_HOOK_FAILED';
1940: FND_MESSAGE.set_name('IBY', l_error_code);
1941:
1942: FND_MESSAGE.SET_TOKEN('CALLOUT',
1943: l_callout_name,
1944: FALSE);

Line 1942: FND_MESSAGE.SET_TOKEN('CALLOUT',

1938:
1939: l_error_code := 'IBY_INS_AWT_CERT_HOOK_FAILED';
1940: FND_MESSAGE.set_name('IBY', l_error_code);
1941:
1942: FND_MESSAGE.SET_TOKEN('CALLOUT',
1943: l_callout_name,
1944: FALSE);
1945:
1946: /*

Line 2027: FND_MESSAGE.SET_NAME('IBY', 'IBY_INS_BACKEND_ERROR');

2023: || SQLCODE);
2024: print_debuginfo(l_module_name, 'SQL err msg: '
2025: || SQLERRM);
2026:
2027: FND_MESSAGE.SET_NAME('IBY', 'IBY_INS_BACKEND_ERROR');
2028:
2029: FND_MESSAGE.SET_TOKEN('INS_ID',
2030: l_pmtInstrRec.payment_instruction_id,
2031: FALSE);

Line 2029: FND_MESSAGE.SET_TOKEN('INS_ID',

2025: || SQLERRM);
2026:
2027: FND_MESSAGE.SET_NAME('IBY', 'IBY_INS_BACKEND_ERROR');
2028:
2029: FND_MESSAGE.SET_TOKEN('INS_ID',
2030: l_pmtInstrRec.payment_instruction_id,
2031: FALSE);
2032:
2033: FND_MSG_PUB.ADD;

Line 2114: FND_MESSAGE.SET_NAME('IBY', 'IBY_INS_FINALIZE_STATUS_FAIL');

2110: * Return error status and exit.
2111: */
2112: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2113:
2114: FND_MESSAGE.SET_NAME('IBY', 'IBY_INS_FINALIZE_STATUS_FAIL');
2115: FND_MESSAGE.SET_TOKEN('INS_ID',
2116: l_pmtInstrRec.payment_instruction_id,
2117: FALSE);
2118: FND_MSG_PUB.ADD;

Line 2115: FND_MESSAGE.SET_TOKEN('INS_ID',

2111: */
2112: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2113:
2114: FND_MESSAGE.SET_NAME('IBY', 'IBY_INS_FINALIZE_STATUS_FAIL');
2115: FND_MESSAGE.SET_TOKEN('INS_ID',
2116: l_pmtInstrRec.payment_instruction_id,
2117: FALSE);
2118: FND_MSG_PUB.ADD;
2119: