DBA Data[Home] [Help]

APPS.IBC_IMT_PUB dependencies on IBC_IMT_PUB

Line 1: PACKAGE BODY IBC_IMT_PUB AS

1: PACKAGE BODY IBC_IMT_PUB AS
2: /* $Header: ibcpimtb.pls 120.1 2005/05/31 23:22:29 appldev $ */
3: -- NAME
4: -- ibcpimtb.pls
5: --

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

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

Line 200: END IBC_IMT_PUB;

196: ERRBUF := SUBSTRB(SQLERRM, 1, 80);
197: RETCODE := 2;
198: END SYNC_IBC_IMT_INDEXES;
199:
200: END IBC_IMT_PUB;