DBA Data[Home] [Help]

APPS.AMV_IMT_PUB dependencies on AMV_IMT_PUB

Line 1: PACKAGE BODY AMV_IMT_Pub AS

1: PACKAGE BODY AMV_IMT_Pub AS
2: /* $Header: amvpimtb.pls 120.1 2005/06/21 17:48:12 appldev ship $ */
3: -- NAME
4: -- amvpimtb.pls
5: --

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

3: -- NAME
4: -- amvpimtb.pls
5: --
6: -- DESCRIPTION
7: -- Package body for AMV_IMT_PUB in support of rebuilding iMT
8: -- indexes on AMV table amv_c_channels_tl. Expected use of this package
9: -- is either through Apps Concurrent Manager or package DBMS_JOBS.
10: --
11: -- NOTES

Line 168: END AMV_IMT_Pub;

164: ERRBUF := substrb(sqlerrm, 1, 80);
165: RETCODE := 2;
166: END Sync_AMV_IMT_Indexes;
167:
168: END AMV_IMT_Pub;