DBA Data[Home] [Help]

APPS.IBY_FNDCPT_TRXN_PUB dependencies on FND_MESSAGE

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

850: THEN
851: iby_debug_pub.add(debug_msg => 'Incorrect API Version:=' || p_api_version,
852: debug_level => FND_LOG.LEVEL_ERROR,
853: module => G_DEBUG_MODULE || l_module);
854: FND_MESSAGE.SET_NAME('IBY', 'IBY_204400_API_VER_MISMATCH');
855: FND_MSG_PUB.Add;
856: RAISE FND_API.G_EXC_ERROR;
857: END IF;
858:

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

1168: THEN
1169: iby_debug_pub.add(debug_msg => 'Incorrect API Version:=' || p_api_version,
1170: debug_level => FND_LOG.LEVEL_ERROR,
1171: module => G_DEBUG_MODULE || l_module);
1172: FND_MESSAGE.SET_NAME('IBY', 'IBY_204400_API_VER_MISMATCH');
1173: FND_MSG_PUB.Add;
1174: RAISE FND_API.G_EXC_ERROR;
1175: END IF;
1176:

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

1487: THEN
1488: iby_debug_pub.add(debug_msg => 'Incorrect API Version:=' || p_api_version,
1489: debug_level => FND_LOG.LEVEL_ERROR,
1490: module => G_DEBUG_MODULE || l_module);
1491: FND_MESSAGE.SET_NAME('IBY', 'IBY_204400_API_VER_MISMATCH');
1492: FND_MSG_PUB.Add;
1493: RAISE FND_API.G_EXC_ERROR;
1494: END IF;
1495:

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

1639: THEN
1640: iby_debug_pub.add(debug_msg => 'Incorrect API Version:=' || p_api_version,
1641: debug_level => FND_LOG.LEVEL_ERROR,
1642: module => G_DEBUG_MODULE || l_module);
1643: FND_MESSAGE.SET_NAME('IBY', 'IBY_204400_API_VER_MISMATCH');
1644: FND_MSG_PUB.Add;
1645: RAISE FND_API.G_EXC_ERROR;
1646: END IF;
1647:

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

1871: THEN
1872: iby_debug_pub.add(debug_msg => 'Incorrect API Version:=' || p_api_version,
1873: debug_level => FND_LOG.LEVEL_ERROR,
1874: module => G_DEBUG_MODULE || l_module);
1875: FND_MESSAGE.SET_NAME('IBY', 'IBY_204400_API_VER_MISMATCH');
1876: FND_MSG_PUB.Add;
1877: RAISE FND_API.G_EXC_ERROR;
1878: END IF;
1879:

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

2400: THEN
2401: iby_debug_pub.add(debug_msg => 'Incorrect API Version:=' || p_api_version,
2402: debug_level => FND_LOG.LEVEL_ERROR,
2403: module => G_DEBUG_MODULE || l_module);
2404: FND_MESSAGE.SET_NAME('IBY', 'IBY_204400_API_VER_MISMATCH');
2405: FND_MSG_PUB.Add;
2406: RAISE FND_API.G_EXC_ERROR;
2407: END IF;
2408:

Line 2758: FND_MESSAGE.SET_NAME('IBY',l_fail_msg);

2754: l_fail_msg := Get_Extension_Auth_Fail(p_trxn_entity_id,p_payer);
2755: iby_debug_pub.add('fail msg code:=' || l_fail_msg,
2756: iby_debug_pub.G_LEVEL_INFO,l_dbg_mod);
2757: IF (NOT l_fail_msg IS NULL) THEN
2758: FND_MESSAGE.SET_NAME('IBY',l_fail_msg);
2759: l_fail_msg := FND_MESSAGE.GET();
2760:
2761: iby_fndcpt_common_pub.Prepare_Result
2762: (iby_payment_adapter_pub.G_INTERFACE_CODE,

Line 2759: l_fail_msg := FND_MESSAGE.GET();

2755: iby_debug_pub.add('fail msg code:=' || l_fail_msg,
2756: iby_debug_pub.G_LEVEL_INFO,l_dbg_mod);
2757: IF (NOT l_fail_msg IS NULL) THEN
2758: FND_MESSAGE.SET_NAME('IBY',l_fail_msg);
2759: l_fail_msg := FND_MESSAGE.GET();
2760:
2761: iby_fndcpt_common_pub.Prepare_Result
2762: (iby_payment_adapter_pub.G_INTERFACE_CODE,
2763: l_fail_msg,l_prev_msg_count,x_return_status,x_msg_count,x_msg_data,

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

2853: THEN
2854: iby_debug_pub.add(debug_msg => 'Incorrect API Version:=' || p_api_version,
2855: debug_level => FND_LOG.LEVEL_ERROR,
2856: module => G_DEBUG_MODULE || l_module);
2857: FND_MESSAGE.SET_NAME('IBY', 'IBY_204400_API_VER_MISMATCH');
2858: FND_MSG_PUB.Add;
2859: RAISE FND_API.G_EXC_ERROR;
2860: END IF;
2861:

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

2944: THEN
2945: iby_debug_pub.add(debug_msg => 'Incorrect API Version:=' || p_api_version,
2946: debug_level => FND_LOG.LEVEL_ERROR,
2947: module => G_DEBUG_MODULE || l_module);
2948: FND_MESSAGE.SET_NAME('IBY', 'IBY_204400_API_VER_MISMATCH');
2949: FND_MSG_PUB.Add;
2950: RAISE FND_API.G_EXC_ERROR;
2951: END IF;
2952:

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

3129: THEN
3130: iby_debug_pub.add(debug_msg => 'Incorrect API Version:=' || p_api_version,
3131: debug_level => FND_LOG.LEVEL_ERROR,
3132: module => G_DEBUG_MODULE || l_module);
3133: FND_MESSAGE.SET_NAME('IBY', 'IBY_204400_API_VER_MISMATCH');
3134: FND_MSG_PUB.Add;
3135: RAISE FND_API.G_EXC_ERROR;
3136: END IF;
3137:

Line 4508: fnd_message.set_name('IBY', 'IBY_API_OTHERS_EXCEP');

4504: x_return_status := fnd_api.g_ret_sts_unexp_error;
4505:
4506: print_debuginfo(l_module_name, 'Exception : ' || SQLERRM);
4507:
4508: fnd_message.set_name('IBY', 'IBY_API_OTHERS_EXCEP');
4509: fnd_message.set_token('ERROR',SQLERRM);
4510: fnd_msg_pub.add;
4511: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
4512: p_count => x_msg_count,

Line 4509: fnd_message.set_token('ERROR',SQLERRM);

4505:
4506: print_debuginfo(l_module_name, 'Exception : ' || SQLERRM);
4507:
4508: fnd_message.set_name('IBY', 'IBY_API_OTHERS_EXCEP');
4509: fnd_message.set_token('ERROR',SQLERRM);
4510: fnd_msg_pub.add;
4511: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
4512: p_count => x_msg_count,
4513: p_data => x_msg_data);

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

4608: THEN
4609: iby_debug_pub.add(debug_msg => 'Incorrect API Version:=' || p_api_version,
4610: debug_level => FND_LOG.LEVEL_ERROR,
4611: module => G_DEBUG_MODULE || l_module);
4612: FND_MESSAGE.SET_NAME('IBY', 'IBY_204400_API_VER_MISMATCH');
4613: FND_MSG_PUB.Add;
4614: RAISE FND_API.G_EXC_ERROR;
4615: END IF;
4616: