DBA Data[Home] [Help]

APPS.IBY_FD_POST_PICP_PROGS_PVT dependencies on FND_MESSAGE

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

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

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

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

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

253: 'CREATED_READY_FOR_PRINTING',
254: 'CREATED_READY_FOR_FORMATTING',
255: 'CREATED') THEN
256: -- set error for invalid data
257: fnd_message.set_name('IBY', 'IBY_FD_INVALID_PMT_INSTRUCTION');
258: fnd_message.set_token('PARAM', p_payment_instruction_id);
259: fnd_msg_pub.add;
260:
261: RAISE FND_API.G_EXC_ERROR;

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

254: 'CREATED_READY_FOR_FORMATTING',
255: 'CREATED') THEN
256: -- set error for invalid data
257: fnd_message.set_name('IBY', 'IBY_FD_INVALID_PMT_INSTRUCTION');
258: fnd_message.set_token('PARAM', p_payment_instruction_id);
259: fnd_msg_pub.add;
260:
261: RAISE FND_API.G_EXC_ERROR;
262: END IF;

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

729: module => l_Debug_Module);
730:
731: IF l_mark_complete_status <> FND_API.G_RET_STS_SUCCESS THEN
732: -- set error for invalid data
733: fnd_message.set_name('IBY', 'IBY_FD_ERR_MARK_COMPLETE');
734: fnd_message.set_token('PARAM', p_payment_instruction_id);
735: fnd_msg_pub.add;
736:
737: RAISE FND_API.G_EXC_ERROR;

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

730:
731: IF l_mark_complete_status <> FND_API.G_RET_STS_SUCCESS THEN
732: -- set error for invalid data
733: fnd_message.set_name('IBY', 'IBY_FD_ERR_MARK_COMPLETE');
734: fnd_message.set_token('PARAM', p_payment_instruction_id);
735: fnd_msg_pub.add;
736:
737: RAISE FND_API.G_EXC_ERROR;
738: END IF;

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

816: module => l_Debug_Module);
817:
818: IF l_mark_complete_status <> FND_API.G_RET_STS_SUCCESS THEN
819: -- set error for invalid data
820: fnd_message.set_name('IBY', 'IBY_FD_ERR_MARK_COMPLETE');
821: fnd_message.set_token('PARAM', p_payment_instruction_id);
822: fnd_msg_pub.add;
823:
824: RAISE FND_API.G_EXC_ERROR;

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

817:
818: IF l_mark_complete_status <> FND_API.G_RET_STS_SUCCESS THEN
819: -- set error for invalid data
820: fnd_message.set_name('IBY', 'IBY_FD_ERR_MARK_COMPLETE');
821: fnd_message.set_token('PARAM', p_payment_instruction_id);
822: fnd_msg_pub.add;
823:
824: RAISE FND_API.G_EXC_ERROR;
825: END IF;

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

873: module => l_Debug_Module);
874:
875: IF l_mark_complete_status <> FND_API.G_RET_STS_SUCCESS THEN
876: -- set error for invalid data
877: fnd_message.set_name('IBY', 'IBY_FD_ERR_MARK_COMPLETE');
878: fnd_message.set_token('PARAM', p_payment_instruction_id);
879: fnd_msg_pub.add;
880:
881: RAISE FND_API.G_EXC_ERROR;

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

874:
875: IF l_mark_complete_status <> FND_API.G_RET_STS_SUCCESS THEN
876: -- set error for invalid data
877: fnd_message.set_name('IBY', 'IBY_FD_ERR_MARK_COMPLETE');
878: fnd_message.set_token('PARAM', p_payment_instruction_id);
879: fnd_msg_pub.add;
880:
881: RAISE FND_API.G_EXC_ERROR;
882: END IF;

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

931: module => l_Debug_Module);
932:
933: IF l_mark_complete_status <> FND_API.G_RET_STS_SUCCESS THEN
934: -- set error for invalid data
935: fnd_message.set_name('IBY', 'IBY_FD_ERR_MARK_COMPLETE');
936: fnd_message.set_token('PARAM', p_payment_instruction_id);
937: fnd_msg_pub.add;
938:
939: RAISE FND_API.G_EXC_ERROR;

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

932:
933: IF l_mark_complete_status <> FND_API.G_RET_STS_SUCCESS THEN
934: -- set error for invalid data
935: fnd_message.set_name('IBY', 'IBY_FD_ERR_MARK_COMPLETE');
936: fnd_message.set_token('PARAM', p_payment_instruction_id);
937: fnd_msg_pub.add;
938:
939: RAISE FND_API.G_EXC_ERROR;
940: END IF;

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

1906: CLOSE l_val_seq_csr;
1907:
1908: IF l_seq_notfound THEN
1909: -- set error for invalid data
1910: fnd_message.set_name('IBY', 'IBY_FD_PPP_SEQ_NOT_SAVED');
1911: fnd_msg_pub.add;
1912:
1913: RAISE FND_API.G_EXC_ERROR;
1914: END IF;