DBA Data[Home] [Help]

APPS.OKI_DBI_LOAD_CLEB_PUB dependencies on OKI_DBI_LOAD_CLEB_PUB

Line 1: PACKAGE BODY OKI_DBI_LOAD_CLEB_PUB AS

1: PACKAGE BODY OKI_DBI_LOAD_CLEB_PUB AS
2: /* $Header: OKIPILEB.pls 120.1 2006/03/28 23:31:11 asparama noship $ */
3:
4:
5: PROCEDURE populate_base_tables (

Line 30: , value => 'OKI_DBI_LOAD_CLEB_PUB.populate_base_tables ' ) ;

26: retcode := sqlcode;
27: fnd_message.set_name( application => 'FND'
28: , name => 'CRM-DEBUG ERROR' ) ;
29: fnd_message.set_token( token => 'ROUTINE'
30: , value => 'OKI_DBI_LOAD_CLEB_PUB.populate_base_tables ' ) ;
31: bis_collection_utilities.put_line(fnd_message.get) ;
32: RAISE_APPLICATION_ERROR(-20000,'Stack Dump Follows =>', true);
33: END populate_base_tables;
34:

Line 57: , value => 'OKI_DBI_LOAD_CLEB_PUB.initial_load ' ) ;

53: retcode := sqlcode;
54: fnd_message.set_name( application => 'FND'
55: , name => 'CRM-DEBUG ERROR' ) ;
56: fnd_message.set_token( token => 'ROUTINE'
57: , value => 'OKI_DBI_LOAD_CLEB_PUB.initial_load ' ) ;
58: bis_collection_utilities.put_line(fnd_message.get) ;
59: RAISE_APPLICATION_ERROR(-20000,'Stack Dump Follows =>', true);
60: END initial_load;
61:

Line 88: , value => 'OKI_DBI_LOAD_CLEB_PUB.worker' ) ;

84: retcode := sqlcode;
85: fnd_message.set_name( application => 'FND'
86: , name => 'CRM-DEBUG ERROR' ) ;
87: fnd_message.set_token( token => 'ROUTINE'
88: , value => 'OKI_DBI_LOAD_CLEB_PUB.worker' ) ;
89: bis_collection_utilities.put_line(fnd_message.get) ;
90: RAISE_APPLICATION_ERROR(-20000,'Stack Dump Follows =>', true);
91: END worker;
92:

Line 93: END OKI_DBI_LOAD_CLEB_PUB;

89: bis_collection_utilities.put_line(fnd_message.get) ;
90: RAISE_APPLICATION_ERROR(-20000,'Stack Dump Follows =>', true);
91: END worker;
92:
93: END OKI_DBI_LOAD_CLEB_PUB;