DBA Data[Home] [Help]

APPS.IGF_SE_PAYMENT_PUB dependencies on IGF_SE_PAYMENT_PUB

Line 1: PACKAGE BODY igf_se_payment_pub AS

1: PACKAGE BODY igf_se_payment_pub AS
2: /* $Header: IGFSE02B.pls 120.0 2005/06/01 15:00:56 appldev noship $ */
3: /*=======================================================================+
4: | Copyright (c) 1994, 1996 Oracle Corp. Redwood Shores, California, USA|
5: | All rights reserved. |

Line 9: | PL/SQL body for package: igf_se_payment_pub |

5: | All rights reserved. |
6: +=======================================================================+
7: | |
8: | DESCRIPTION |
9: | PL/SQL body for package: igf_se_payment_pub |
10: | |
11: | NOTES |
12: | |
13: | |

Line 79: fnd_message.set_token('NAME','IGF_SE_PAYMENT_PUB '||SQLERRM);

75:
76: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
77:
78: fnd_message.set_name('IGF','IGF_GE_UNHANDLED_EXP');
79: fnd_message.set_token('NAME','IGF_SE_PAYMENT_PUB '||SQLERRM);
80: fnd_msg_pub.add;
81:
82: fnd_msg_pub.count_and_get(
83: p_encoded => fnd_api.g_false,

Line 203: END igf_se_payment_pub;

199: END IF;
200: END IF; -- end of payroll exists check
201: END do_create_payment;
202:
203: END igf_se_payment_pub;