DBA Data[Home] [Help]

APPS.OKI_DBI_LOAD_CLEB_PUB dependencies on FND_MESSAGE

Line 27: fnd_message.set_name( application => 'FND'

23: ROLLBACK;
24: WHEN OTHERS THEN
25: errbuf := sqlerrm;
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) ;

Line 29: fnd_message.set_token( token => 'ROUTINE'

25: errbuf := sqlerrm;
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;

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 54: fnd_message.set_name( application => 'FND'

50: ROLLBACK;
51: WHEN OTHERS THEN
52: errbuf := sqlerrm;
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) ;

Line 56: fnd_message.set_token( token => 'ROUTINE'

52: errbuf := sqlerrm;
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;

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 85: fnd_message.set_name( application => 'FND'

81: ROLLBACK;
82: WHEN OTHERS THEN
83: errbuf := sqlerrm;
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) ;

Line 87: fnd_message.set_token( token => 'ROUTINE'

83: errbuf := sqlerrm;
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;

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;