DBA Data[Home] [Help]

APPS.ASO_UPGRADE_PVT dependencies on ASO_UPGRADE_PVT

Line 1: PACKAGE BODY ASO_UPGRADE_PVT as

1: PACKAGE BODY ASO_UPGRADE_PVT as
2: /* $Header: asovupgb.pls 115.6 2002/12/07 19:53:05 hagrawal ship $ */
3: -- Start of Comments
4: -- Package name : ASO_UPGRADE_PVT
5: -- Purpose :This package will be used to insert the data in all aso migration scripts.

Line 4: -- Package name : ASO_UPGRADE_PVT

1: PACKAGE BODY ASO_UPGRADE_PVT as
2: /* $Header: asovupgb.pls 115.6 2002/12/07 19:53:05 hagrawal ship $ */
3: -- Start of Comments
4: -- Package name : ASO_UPGRADE_PVT
5: -- Purpose :This package will be used to insert the data in all aso migration scripts.
6: -- History :
7: -- NOTE :Data will be inserted in ASO_UPGRADE_ERRORS table.
8: -- End of Comments

Line 48: END ASO_UPGRADE_PVT;

44: EXCEPTION
45: WHEN OTHERS THEN
46: Raise;
47: END;
48: END ASO_UPGRADE_PVT;