DBA Data[Home] [Help]

APPS.INV_PURGE_PUB dependencies on INV_PURGE_PUB

Line 1: PACKAGE BODY inv_purge_pub AS

1: PACKAGE BODY inv_purge_pub AS
2: /* $Header: INVTXPGB.pls 115.11 2004/04/29 11:08:55 gbhagra ship $ */
3:
4: /**
5: * Global constant holding the package name

Line 7: g_pkg_name CONSTANT VARCHAR2(30) := 'INV_PURGE_PUB';

3:
4: /**
5: * Global constant holding the package name
6: **/
7: g_pkg_name CONSTANT VARCHAR2(30) := 'INV_PURGE_PUB';
8: g_version_printed BOOLEAN := FALSE;
9: g_user_name fnd_user.user_name%TYPE := fnd_global.user_name;
10:
11: /**

Line 146: END inv_purge_pub;

142: x_retcode := 2;
143: fnd_message.set_name('INV', 'INV_PURGE_TXN_ERR');
144: x_errbuf := fnd_message.get;
145: END purge_transactions;
146: END inv_purge_pub;