DBA Data[Home] [Help]

APPS.JTF_AMVIMT_PUB dependencies on JTF_AMVIMT_PUB

Line 1: PACKAGE BODY JTF_AMVIMT_Pub AS

1: PACKAGE BODY JTF_AMVIMT_Pub AS
2: /* $Header: jtfpimtb.pls 115.8 2002/11/26 22:30:42 stopiwal ship $ */
3: -- NAME
4: -- jtfpimtb.pls
5: --

Line 7: -- Package body for JTF_AMVIMT_PUB in support of rebuilding iMT

3: -- NAME
4: -- jtfpimtb.pls
5: --
6: -- DESCRIPTION
7: -- Package body for JTF_AMVIMT_PUB in support of rebuilding iMT
8: -- indexes on JTF table jtf_amv_items_b and _tl.
9: -- Expected use of this package is either through Apps Concurrent Manager.
10: --
11: -- NOTES

Line 197: END JTF_AMVIMT_Pub;

193: ERRBUF := substr(sqlerrm, 1, 80);
194: RETCODE := 2;
195: END Sync_JTF_IMT_Indexes;
196:
197: END JTF_AMVIMT_Pub;