DBA Data[Home] [Help]

APPS.OKI_DBI_LOAD_CLEB_PUB dependencies on BIS_COLLECTION_UTILITIES

Line 31: bis_collection_utilities.put_line(fnd_message.get) ;

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:
35: PROCEDURE initial_load(

Line 58: bis_collection_utilities.put_line(fnd_message.get) ;

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:
62: PROCEDURE worker (

Line 89: bis_collection_utilities.put_line(fnd_message.get) ;

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:
93: END OKI_DBI_LOAD_CLEB_PUB;