DBA Data[Home] [Help]

APPS.OKI_DBI_RESET_PVT dependencies on OKI_DBI_RESET_PVT

Line 1: PACKAGE BODY OKI_DBI_RESET_PVT AS

1: PACKAGE BODY OKI_DBI_RESET_PVT AS
2: /* $Header: OKIRIRSB.pls 115.7 2002/11/25 18:13:27 rpotnuru noship $ */
3:
4: /* ***************************************************
5: Procedure to reset OKI DBI table

Line 46: , value => 'OKI_DBI_RESET_PVT.reset_base_tables ' ) ;

42: bis_collection_utilities.put_line(errbuf || '' || retcode ) ;
43: fnd_message.set_name( application => 'FND'
44: , name => 'CRM-DEBUG ERROR' ) ;
45: fnd_message.set_token( token => 'ROUTINE'
46: , value => 'OKI_DBI_RESET_PVT.reset_base_tables ' ) ;
47: bis_collection_utilities.put_line(fnd_message.get) ;
48: RAISE OKC_API.G_EXCEPTION_UNEXPECTED_ERROR;
49: END reset_base_tables;
50:

Line 51: END OKI_DBI_RESET_PVT;

47: bis_collection_utilities.put_line(fnd_message.get) ;
48: RAISE OKC_API.G_EXCEPTION_UNEXPECTED_ERROR;
49: END reset_base_tables;
50:
51: END OKI_DBI_RESET_PVT;