DBA Data[Home] [Help]

APPS.IBY_FD_POST_PICP_PROGS_PVT dependencies on FND_MESSAGE

Line 248: fnd_message.set_name('IBY', 'IBY_FD_INVALID_PMT_INSTRUCTION');

244: CLOSE l_ins_csr;
245:
246: IF l_ins_notfound THEN
247: -- set error for invalid data
248: fnd_message.set_name('IBY', 'IBY_FD_INVALID_PMT_INSTRUCTION');
249: fnd_message.set_token('PARAM', p_payment_instruction_id);
250: fnd_msg_pub.add;
251:
252: RAISE FND_API.G_EXC_ERROR;

Line 249: fnd_message.set_token('PARAM', p_payment_instruction_id);

245:
246: IF l_ins_notfound THEN
247: -- set error for invalid data
248: fnd_message.set_name('IBY', 'IBY_FD_INVALID_PMT_INSTRUCTION');
249: fnd_message.set_token('PARAM', p_payment_instruction_id);
250: fnd_msg_pub.add;
251:
252: RAISE FND_API.G_EXC_ERROR;
253: END IF;

Line 270: fnd_message.set_name('IBY', 'IBY_FD_ERR_MARK_COMPLETE');

266: );
267:
268: IF l_mark_complete_status <> FND_API.G_RET_STS_SUCCESS THEN
269: -- set error for invalid data
270: fnd_message.set_name('IBY', 'IBY_FD_ERR_MARK_COMPLETE');
271: fnd_message.set_token('PARAM', p_payment_instruction_id);
272: fnd_msg_pub.add;
273: iby_debug_pub.add(debug_msg => 'Marking payment instruction as completed - failed',debug_level => FND_LOG.LEVEL_STATEMENT, module => l_Debug_Module);
274: RAISE FND_API.G_EXC_ERROR;

Line 271: fnd_message.set_token('PARAM', p_payment_instruction_id);

267:
268: IF l_mark_complete_status <> FND_API.G_RET_STS_SUCCESS THEN
269: -- set error for invalid data
270: fnd_message.set_name('IBY', 'IBY_FD_ERR_MARK_COMPLETE');
271: fnd_message.set_token('PARAM', p_payment_instruction_id);
272: fnd_msg_pub.add;
273: iby_debug_pub.add(debug_msg => 'Marking payment instruction as completed - failed',debug_level => FND_LOG.LEVEL_STATEMENT, module => l_Debug_Module);
274: RAISE FND_API.G_EXC_ERROR;
275: END IF;

Line 289: fnd_message.set_name('IBY', 'IBY_FD_INVALID_PMT_INSTRUCTION');

285: 'CREATED_READY_FOR_PRINTING',
286: 'CREATED_READY_FOR_FORMATTING',
287: 'CREATED') THEN
288: -- set error for invalid data
289: fnd_message.set_name('IBY', 'IBY_FD_INVALID_PMT_INSTRUCTION');
290: fnd_message.set_token('PARAM', p_payment_instruction_id);
291: fnd_msg_pub.add;
292:
293: RAISE FND_API.G_EXC_ERROR;

Line 290: fnd_message.set_token('PARAM', p_payment_instruction_id);

286: 'CREATED_READY_FOR_FORMATTING',
287: 'CREATED') THEN
288: -- set error for invalid data
289: fnd_message.set_name('IBY', 'IBY_FD_INVALID_PMT_INSTRUCTION');
290: fnd_message.set_token('PARAM', p_payment_instruction_id);
291: fnd_msg_pub.add;
292:
293: RAISE FND_API.G_EXC_ERROR;
294: END IF;

Line 862: fnd_message.set_name('IBY', 'IBY_FD_ERR_MARK_COMPLETE');

858: module => l_Debug_Module);
859:
860: IF l_mark_complete_status <> FND_API.G_RET_STS_SUCCESS THEN
861: -- set error for invalid data
862: fnd_message.set_name('IBY', 'IBY_FD_ERR_MARK_COMPLETE');
863: fnd_message.set_token('PARAM', p_payment_instruction_id);
864: fnd_msg_pub.add;
865:
866: RAISE FND_API.G_EXC_ERROR;

Line 863: fnd_message.set_token('PARAM', p_payment_instruction_id);

859:
860: IF l_mark_complete_status <> FND_API.G_RET_STS_SUCCESS THEN
861: -- set error for invalid data
862: fnd_message.set_name('IBY', 'IBY_FD_ERR_MARK_COMPLETE');
863: fnd_message.set_token('PARAM', p_payment_instruction_id);
864: fnd_msg_pub.add;
865:
866: RAISE FND_API.G_EXC_ERROR;
867: END IF;

Line 986: fnd_message.set_name('IBY', 'IBY_FD_ERR_MARK_COMPLETE');

982: module => l_Debug_Module);
983:
984: IF l_mark_complete_status <> FND_API.G_RET_STS_SUCCESS THEN
985: -- set error for invalid data
986: fnd_message.set_name('IBY', 'IBY_FD_ERR_MARK_COMPLETE');
987: fnd_message.set_token('PARAM', p_payment_instruction_id);
988: fnd_msg_pub.add;
989:
990: RAISE FND_API.G_EXC_ERROR;

Line 987: fnd_message.set_token('PARAM', p_payment_instruction_id);

983:
984: IF l_mark_complete_status <> FND_API.G_RET_STS_SUCCESS THEN
985: -- set error for invalid data
986: fnd_message.set_name('IBY', 'IBY_FD_ERR_MARK_COMPLETE');
987: fnd_message.set_token('PARAM', p_payment_instruction_id);
988: fnd_msg_pub.add;
989:
990: RAISE FND_API.G_EXC_ERROR;
991: END IF;

Line 1068: fnd_message.set_name('IBY', 'IBY_FD_ERR_MARK_COMPLETE');

1064:
1065: IF l_mark_complete_status <> FND_API.G_RET_STS_SUCCESS THEN
1066:
1067: -- set error for invalid data
1068: fnd_message.set_name('IBY', 'IBY_FD_ERR_MARK_COMPLETE');
1069: fnd_message.set_token('PARAM', p_payment_instruction_id);
1070: fnd_msg_pub.add;
1071:
1072: RAISE FND_API.G_EXC_ERROR;

Line 1069: fnd_message.set_token('PARAM', p_payment_instruction_id);

1065: IF l_mark_complete_status <> FND_API.G_RET_STS_SUCCESS THEN
1066:
1067: -- set error for invalid data
1068: fnd_message.set_name('IBY', 'IBY_FD_ERR_MARK_COMPLETE');
1069: fnd_message.set_token('PARAM', p_payment_instruction_id);
1070: fnd_msg_pub.add;
1071:
1072: RAISE FND_API.G_EXC_ERROR;
1073: END IF;

Line 1147: fnd_message.set_name('IBY', 'IBY_FD_ERR_MARK_COMPLETE');

1143: module => l_Debug_Module);
1144:
1145: IF l_mark_complete_status <> FND_API.G_RET_STS_SUCCESS THEN
1146: -- set error for invalid data
1147: fnd_message.set_name('IBY', 'IBY_FD_ERR_MARK_COMPLETE');
1148: fnd_message.set_token('PARAM', p_payment_instruction_id);
1149: fnd_msg_pub.add;
1150:
1151: RAISE FND_API.G_EXC_ERROR;

Line 1148: fnd_message.set_token('PARAM', p_payment_instruction_id);

1144:
1145: IF l_mark_complete_status <> FND_API.G_RET_STS_SUCCESS THEN
1146: -- set error for invalid data
1147: fnd_message.set_name('IBY', 'IBY_FD_ERR_MARK_COMPLETE');
1148: fnd_message.set_token('PARAM', p_payment_instruction_id);
1149: fnd_msg_pub.add;
1150:
1151: RAISE FND_API.G_EXC_ERROR;
1152: END IF;

Line 2119: fnd_message.set_name('IBY', 'IBY_FD_PPP_SEQ_NOT_SAVED');

2115: CLOSE l_val_seq_csr;
2116:
2117: IF l_seq_notfound THEN
2118: -- set error for invalid data
2119: fnd_message.set_name('IBY', 'IBY_FD_PPP_SEQ_NOT_SAVED');
2120: fnd_msg_pub.add;
2121:
2122: RAISE FND_API.G_EXC_ERROR;
2123: END IF;

Line 2564: fnd_message.set_name('IBY', 'IBY_FD_ERR_MARK_COMPLETE');

2560:
2561:
2562: IF l_mark_complete_status <> FND_API.G_RET_STS_SUCCESS THEN
2563: -- set error for invalid data
2564: fnd_message.set_name('IBY', 'IBY_FD_ERR_MARK_COMPLETE');
2565: fnd_message.set_token('PARAM', p_payment_instruction_id);
2566: fnd_msg_pub.add;
2567:
2568: RAISE FND_API.G_EXC_ERROR;

Line 2565: fnd_message.set_token('PARAM', p_payment_instruction_id);

2561:
2562: IF l_mark_complete_status <> FND_API.G_RET_STS_SUCCESS THEN
2563: -- set error for invalid data
2564: fnd_message.set_name('IBY', 'IBY_FD_ERR_MARK_COMPLETE');
2565: fnd_message.set_token('PARAM', p_payment_instruction_id);
2566: fnd_msg_pub.add;
2567:
2568: RAISE FND_API.G_EXC_ERROR;
2569: END IF;