DBA Data[Home] [Help]

APPS.IBY_DISBURSE_UI_API_PUB_PKG dependencies on FND_MESSAGE

Line 3108: | Please unwind the FND message stack to

3104: | The given paper document number is valid
3105: | for the given payment document.
3106: |
3107: | It is possible that there were warnings.
3108: | Please unwind the FND message stack to
3109: | check if there were any warnings to display
3110: | to the user.
3111: |
3112: | FND_API.G_RET_STS_ERROR

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

3222:
3223: x_return_status := FND_API.G_RET_STS_ERROR;
3224:
3225: l_error_code := 'IBY_INS_NO_PMT_DOC';
3226: FND_MESSAGE.set_name('IBY', l_error_code);
3227:
3228: FND_MESSAGE.SET_TOKEN('PMT_DOC_ID',
3229: p_payment_doc_id,
3230: FALSE);

Line 3228: FND_MESSAGE.SET_TOKEN('PMT_DOC_ID',

3224:
3225: l_error_code := 'IBY_INS_NO_PMT_DOC';
3226: FND_MESSAGE.set_name('IBY', l_error_code);
3227:
3228: FND_MESSAGE.SET_TOKEN('PMT_DOC_ID',
3229: p_payment_doc_id,
3230: FALSE);
3231:
3232: FND_MSG_PUB.ADD;

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

3255:
3256: x_return_status := FND_API.G_RET_STS_ERROR;
3257:
3258: l_error_code := 'IBY_PMT_DOC_EXCEPTION';
3259: FND_MESSAGE.set_name('IBY', l_error_code);
3260:
3261: FND_MESSAGE.SET_TOKEN('PMT_DOC_ID',
3262: p_payment_doc_id,
3263: FALSE);

Line 3261: FND_MESSAGE.SET_TOKEN('PMT_DOC_ID',

3257:
3258: l_error_code := 'IBY_PMT_DOC_EXCEPTION';
3259: FND_MESSAGE.set_name('IBY', l_error_code);
3260:
3261: FND_MESSAGE.SET_TOKEN('PMT_DOC_ID',
3262: p_payment_doc_id,
3263: FALSE);
3264:
3265: FND_MSG_PUB.ADD;

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

3351:
3352: x_return_status := FND_API.G_RET_STS_ERROR;
3353:
3354: l_error_code := 'IBY_CHECK_STOCK_EXHAUSTED';
3355: FND_MESSAGE.set_name('IBY', l_error_code);
3356:
3357: FND_MSG_PUB.ADD;
3358:
3359: FND_MSG_PUB.COUNT_AND_GET(

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

3428:
3429: x_return_status := FND_API.G_RET_STS_ERROR;
3430:
3431: l_error_code := 'IBY_DOC_NUM_BELOW_ALLOWED';
3432: FND_MESSAGE.set_name('IBY', l_error_code);
3433:
3434: FND_MESSAGE.SET_TOKEN('FIRST_AVAILABLE_DOC_NUM',
3435: l_first_avail_check_num,
3436: FALSE);

Line 3434: FND_MESSAGE.SET_TOKEN('FIRST_AVAILABLE_DOC_NUM',

3430:
3431: l_error_code := 'IBY_DOC_NUM_BELOW_ALLOWED';
3432: FND_MESSAGE.set_name('IBY', l_error_code);
3433:
3434: FND_MESSAGE.SET_TOKEN('FIRST_AVAILABLE_DOC_NUM',
3435: l_first_avail_check_num,
3436: FALSE);
3437:
3438: FND_MSG_PUB.ADD;

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

3479:
3480: x_return_status := FND_API.G_RET_STS_ERROR;
3481:
3482: l_error_code := 'IBY_DOC_NUM_ABOVE_ALLOWED';
3483: FND_MESSAGE.set_name('IBY', l_error_code);
3484:
3485: FND_MESSAGE.SET_TOKEN('LAST_AVAILABLE_DOC_NUM',
3486: l_last_avail_check_num,
3487: FALSE);

Line 3485: FND_MESSAGE.SET_TOKEN('LAST_AVAILABLE_DOC_NUM',

3481:
3482: l_error_code := 'IBY_DOC_NUM_ABOVE_ALLOWED';
3483: FND_MESSAGE.set_name('IBY', l_error_code);
3484:
3485: FND_MESSAGE.SET_TOKEN('LAST_AVAILABLE_DOC_NUM',
3486: l_last_avail_check_num,
3487: FALSE);
3488:
3489: FND_MSG_PUB.ADD;

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

3530: || l_last_used_check_num
3531: );
3532:
3533: l_error_code := 'IBY_DOC_NUM_BELOW_ISSUED';
3534: FND_MESSAGE.set_name('IBY', l_error_code);
3535:
3536: FND_MSG_PUB.ADD;
3537:
3538: FND_MSG_PUB.COUNT_AND_GET(

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

3560:
3561: x_return_status := FND_API.G_RET_STS_ERROR;
3562:
3563: l_error_code := 'IBY_DOC_NUM_USED';
3564: FND_MESSAGE.set_name('IBY', l_error_code);
3565:
3566: FND_MSG_PUB.ADD;
3567:
3568: FND_MSG_PUB.COUNT_AND_GET(

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

3780:
3781: x_return_status := FND_API.G_RET_STS_ERROR;
3782:
3783: l_error_code := 'IBY_INS_LOCKED';
3784: FND_MESSAGE.set_name('IBY', l_error_code);
3785: FND_MSG_PUB.ADD;
3786:
3787: --FND_MSG_PUB.COUNT_AND_GET(
3788: -- p_count => x_msg_count,

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

4411:
4412: x_return_status := FND_API.G_RET_STS_ERROR;
4413:
4414: l_error_code := 'IBY_PPR_LOCKED';
4415: FND_MESSAGE.set_name('IBY', l_error_code);
4416: FND_MSG_PUB.ADD;
4417:
4418: --FND_MSG_PUB.COUNT_AND_GET(
4419: -- p_count => x_msg_count,

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

4455:
4456: x_return_status := FND_API.G_RET_STS_ERROR;
4457:
4458: l_error_code := 'IBY_PPR_TERM_NOT_ALLOWED';
4459: FND_MESSAGE.set_name('IBY', l_error_code);
4460: FND_MSG_PUB.ADD;
4461:
4462: --FND_MSG_PUB.COUNT_AND_GET(
4463: -- p_count => x_msg_count,

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

8316: * Populate a message on the message stack so that
8317: * this message can be displayed to the user.
8318: */
8319: l_error_code := 'IBY_COMPL_CALLOUT_ERROR';
8320: FND_MESSAGE.set_name('IBY', l_error_code);
8321:
8322: FND_MESSAGE.SET_TOKEN('CALLOUT',
8323: l_callout_name,
8324: FALSE);

Line 8322: FND_MESSAGE.SET_TOKEN('CALLOUT',

8318: */
8319: l_error_code := 'IBY_COMPL_CALLOUT_ERROR';
8320: FND_MESSAGE.set_name('IBY', l_error_code);
8321:
8322: FND_MESSAGE.SET_TOKEN('CALLOUT',
8323: l_callout_name,
8324: FALSE);
8325:
8326: /*

Line 8331: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, FND_MESSAGE.GET);

8327: * Set the error message on the concurrent
8328: * program output file (to warn user that
8329: * the hook failed).
8330: */
8331: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, FND_MESSAGE.GET);
8332:
8333: /*
8334: * Set the message on the error stack
8335: * to display in UI (in case of direct

Line 8989: FND_MESSAGE.SET_NAME('IBY', p_error_code);

8985:
8986: IF (p_transaction_error_id IS NOT NULL AND
8987: p_error_code IS NOT NULL) THEN
8988:
8989: FND_MESSAGE.SET_NAME('IBY', p_error_code);
8990:
8991: -- get token info if any.
8992: BEGIN
8993: OPEN token_info(p_transaction_error_id);

Line 9003: FND_MESSAGE.SET_TOKEN(l_token_info(j).token_name, l_token_info(j).token_value);

8999:
9000: IF (l_token_info.COUNT > 0) THEN
9001: FOR j IN l_token_info.FIRST..l_token_info.LAST LOOP
9002: IF (l_token_info(j).lookup_type_source IS NULL) THEN
9003: FND_MESSAGE.SET_TOKEN(l_token_info(j).token_name, l_token_info(j).token_value);
9004: ELSE
9005: FND_MESSAGE.SET_TOKEN(l_token_info(j).token_name, l_token_info(j).meaning);
9006: END IF;
9007:

Line 9005: FND_MESSAGE.SET_TOKEN(l_token_info(j).token_name, l_token_info(j).meaning);

9001: FOR j IN l_token_info.FIRST..l_token_info.LAST LOOP
9002: IF (l_token_info(j).lookup_type_source IS NULL) THEN
9003: FND_MESSAGE.SET_TOKEN(l_token_info(j).token_name, l_token_info(j).token_value);
9004: ELSE
9005: FND_MESSAGE.SET_TOKEN(l_token_info(j).token_name, l_token_info(j).meaning);
9006: END IF;
9007:
9008: END LOOP;
9009: END IF;

Line 9013: l_error_mes := FND_MESSAGE.GET;

9009: END IF;
9010:
9011: END IF;
9012:
9013: l_error_mes := FND_MESSAGE.GET;
9014: RETURN l_error_mes;
9015:
9016: END get_message_text;
9017:

Line 9085: FND_MESSAGE.SET_NAME('IBY',l_mes_info(i).error_code);

9081:
9082: IF (l_mes_info.COUNT > 0) THEN
9083: l_contact_mes := '

    ';
    9084: FOR i IN l_mes_info.FIRST..l_mes_info.LAST LOOP
    9085: FND_MESSAGE.SET_NAME('IBY',l_mes_info(i).error_code);
    9086:
    9087: -- get token info if any.
    9088: BEGIN
    9089: OPEN token_info(l_mes_info(i).trxn_error_id);

    Line 9099: FND_MESSAGE.SET_TOKEN(l_token_info(j).token_name, l_token_info(j).token_value);

    9095:
    9096: IF (l_token_info.COUNT > 0) THEN
    9097: FOR j IN l_token_info.FIRST..l_token_info.LAST LOOP
    9098: IF (l_token_info(j).lookup_type_source IS NULL) THEN
    9099: FND_MESSAGE.SET_TOKEN(l_token_info(j).token_name, l_token_info(j).token_value);
    9100: ELSE
    9101: FND_MESSAGE.SET_TOKEN(l_token_info(j).token_name, l_token_info(j).meaning);
    9102: END IF;
    9103:

    Line 9101: FND_MESSAGE.SET_TOKEN(l_token_info(j).token_name, l_token_info(j).meaning);

    9097: FOR j IN l_token_info.FIRST..l_token_info.LAST LOOP
    9098: IF (l_token_info(j).lookup_type_source IS NULL) THEN
    9099: FND_MESSAGE.SET_TOKEN(l_token_info(j).token_name, l_token_info(j).token_value);
    9100: ELSE
    9101: FND_MESSAGE.SET_TOKEN(l_token_info(j).token_name, l_token_info(j).meaning);
    9102: END IF;
    9103:
    9104: END LOOP;
    9105: END IF;

    Line 9107: l_contact_mes := l_contact_mes||'
  1. '||FND_MESSAGE.GET||'
  2. ';

    9103:
    9104: END LOOP;
    9105: END IF;
    9106:
    9107: l_contact_mes := l_contact_mes||'

  3. '||FND_MESSAGE.GET||'
  4. ';
    9108:
    9109: END LOOP;
    9110: l_contact_mes := l_contact_mes||'
';
9111:

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

9203: || '. Aborting ..'
9204: );
9205:
9206: l_error_code := 'IBY_INS_NOT_FOUND';
9207: FND_MESSAGE.set_name('IBY', l_error_code);
9208:
9209: FND_MESSAGE.SET_TOKEN('INS_ID',
9210: p_instruction_id,
9211: FALSE);

Line 9209: FND_MESSAGE.SET_TOKEN('INS_ID',

9205:
9206: l_error_code := 'IBY_INS_NOT_FOUND';
9207: FND_MESSAGE.set_name('IBY', l_error_code);
9208:
9209: FND_MESSAGE.SET_TOKEN('INS_ID',
9210: p_instruction_id,
9211: FALSE);
9212: FND_MSG_PUB.add;
9213: x_return_message := FND_MESSAGE.get;

Line 9213: x_return_message := FND_MESSAGE.get;

9209: FND_MESSAGE.SET_TOKEN('INS_ID',
9210: p_instruction_id,
9211: FALSE);
9212: FND_MSG_PUB.add;
9213: x_return_message := FND_MESSAGE.get;
9214:
9215: /*
9216: * Propogate exception.
9217: */

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

9239: || '. Cannot print this instruction ..'
9240: );
9241:
9242: l_error_code := 'IBY_INS_NOT_PRINT_STATUS';
9243: FND_MESSAGE.set_name('IBY', l_error_code);
9244:
9245: FND_MESSAGE.SET_TOKEN('INS_ID',
9246: p_instruction_id,
9247: FALSE);

Line 9245: FND_MESSAGE.SET_TOKEN('INS_ID',

9241:
9242: l_error_code := 'IBY_INS_NOT_PRINT_STATUS';
9243: FND_MESSAGE.set_name('IBY', l_error_code);
9244:
9245: FND_MESSAGE.SET_TOKEN('INS_ID',
9246: p_instruction_id,
9247: FALSE);
9248:
9249: FND_MESSAGE.SET_TOKEN('BAD_STATUS',

Line 9249: FND_MESSAGE.SET_TOKEN('BAD_STATUS',

9245: FND_MESSAGE.SET_TOKEN('INS_ID',
9246: p_instruction_id,
9247: FALSE);
9248:
9249: FND_MESSAGE.SET_TOKEN('BAD_STATUS',
9250: l_instr_status,
9251: FALSE);
9252: FND_MSG_PUB.add;
9253: x_return_message := FND_MESSAGE.get;

Line 9253: x_return_message := FND_MESSAGE.get;

9249: FND_MESSAGE.SET_TOKEN('BAD_STATUS',
9250: l_instr_status,
9251: FALSE);
9252: FND_MSG_PUB.add;
9253: x_return_message := FND_MESSAGE.get;
9254:
9255: APP_EXCEPTION.RAISE_EXCEPTION;
9256:
9257: END IF;

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

9318: || p_instruction_id
9319: );
9320:
9321: l_error_code := 'IBY_INS_BACKEND_ERROR';
9322: FND_MESSAGE.set_name('IBY', l_error_code);
9323:
9324: FND_MESSAGE.SET_TOKEN('INS_ID',
9325: p_instruction_id,
9326: FALSE);

Line 9324: FND_MESSAGE.SET_TOKEN('INS_ID',

9320:
9321: l_error_code := 'IBY_INS_BACKEND_ERROR';
9322: FND_MESSAGE.set_name('IBY', l_error_code);
9323:
9324: FND_MESSAGE.SET_TOKEN('INS_ID',
9325: p_instruction_id,
9326: FALSE);
9327: FND_MSG_PUB.add;
9328: x_return_message := FND_MESSAGE.get;

Line 9328: x_return_message := FND_MESSAGE.get;

9324: FND_MESSAGE.SET_TOKEN('INS_ID',
9325: p_instruction_id,
9326: FALSE);
9327: FND_MSG_PUB.add;
9328: x_return_message := FND_MESSAGE.get;
9329:
9330: /*
9331: * Propagate exception.
9332: */

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

9387: EXCEPTION
9388: WHEN OTHERS THEN
9389:
9390: l_error_code := 'IBY_INS_BACKEND_ERROR';
9391: FND_MESSAGE.set_name('IBY', l_error_code);
9392:
9393: FND_MESSAGE.SET_TOKEN('INS_ID',
9394: p_instruction_id,
9395: FALSE);

Line 9393: FND_MESSAGE.SET_TOKEN('INS_ID',

9389:
9390: l_error_code := 'IBY_INS_BACKEND_ERROR';
9391: FND_MESSAGE.set_name('IBY', l_error_code);
9392:
9393: FND_MESSAGE.SET_TOKEN('INS_ID',
9394: p_instruction_id,
9395: FALSE);
9396: FND_MSG_PUB.add;
9397: x_return_message := FND_MESSAGE.get;

Line 9397: x_return_message := FND_MESSAGE.get;

9393: FND_MESSAGE.SET_TOKEN('INS_ID',
9394: p_instruction_id,
9395: FALSE);
9396: FND_MSG_PUB.add;
9397: x_return_message := FND_MESSAGE.get;
9398:
9399: print_debuginfo(l_module_name, 'Extract and '
9400: || 'format operation generated '
9401: || 'exception for payment instruction '

Line 10198: FND_MESSAGE.set_name('IBY', l_message_code);

10194:
10195: end if;
10196:
10197:
10198: FND_MESSAGE.set_name('IBY', l_message_code);
10199: FND_MSG_PUB.add;
10200:
10201: x_return_status := FND_API.G_RET_STS_ERROR;
10202: