DBA Data[Home] [Help]

APPS.OKI_LOAD_TERR_PVT dependencies on OKI_LOAD_TERR_PVT

Line 1: PACKAGE BODY OKI_LOAD_TERR_PVT

1: PACKAGE BODY OKI_LOAD_TERR_PVT
2: /* $Header: OKITERRB.pls 120.3 2005/10/04 17:15:09 ngmishra noship $ */
3: AS
4:
5: g_global_Start_date DATE;

Line 49: , value => 'OKI_LOAD_TERR_PVT.log' ) ;

45: buff => sqlerrm || '' || sqlcode);
46: fnd_message.set_name( application => 'FND'
47: , name => 'CRM-DEBUG ERROR' ) ;
48: fnd_message.set_token( token => 'ROUTINE'
49: , value => 'OKI_LOAD_TERR_PVT.log' ) ;
50: fnd_file.put_line( which => fnd_file.log,
51: buff => fnd_message.get);
52: RAISE OKC_API.G_EXCEPTION_UNEXPECTED_ERROR;
53: END rlog;

Line 131: , value => 'OKI_LOAD_TERR_PVT.RESET_BASE_TABLES ' ) ;

127: fnd_message.set_name( application => 'FND'
128: , name => 'CRM-DEBUG ERROR' ) ;
129: fnd_message.set_token(
130: token => 'ROUTINE'
131: , value => 'OKI_LOAD_TERR_PVT.RESET_BASE_TABLES ' ) ;
132: bis_collection_utilities.put_line(fnd_message.get) ;
133: RAISE;
134: END reset_base_tables;
135:

Line 325: , value => 'OKI_LOAD_TERR_PVT.spawn_workers ' ) ;

321: fnd_message.set_name( application => 'FND'
322: , name => 'CRM-DEBUG ERROR' ) ;
323: fnd_message.set_token(
324: token => 'ROUTINE'
325: , value => 'OKI_LOAD_TERR_PVT.spawn_workers ' ) ;
326: bis_collection_utilities.put_line(fnd_message.get) ;
327: RAISE;
328: END spawn_workers;
329:

Line 464: , value => 'OKI_LOAD_TERR_PVT.load_staging ' ) ;

460: fnd_message.set_name( application => 'FND'
461: , name => 'CRM-DEBUG ERROR' ) ;
462: fnd_message.set_token(
463: token => 'ROUTINE'
464: , value => 'OKI_LOAD_TERR_PVT.load_staging ' ) ;
465: bis_collection_utilities.put_line(fnd_message.get) ;
466: RAISE;
467: END load_staging;
468:

Line 674: , value => 'OKI_LOAD_TERR_PVT.refresh_jtf_terr' ) ;

670: );
671: fnd_message.set_name( application => 'FND'
672: , name => 'CRM-DEBUG ERROR' ) ;
673: fnd_message.set_token( token => 'ROUTINE'
674: , value => 'OKI_LOAD_TERR_PVT.refresh_jtf_terr' ) ;
675: bis_collection_utilities.put_line(fnd_message.get) ;
676:
677: RAISE;
678: END refresh_jtf_terr;

Line 709: , value => 'OKI_LOAD_TERR_PVT.initial_load ' ) ;

705: fnd_message.set_name( application => 'FND'
706: , name => 'CRM-DEBUG ERROR' ) ;
707: fnd_message.set_token(
708: token => 'ROUTINE'
709: , value => 'OKI_LOAD_TERR_PVT.initial_load ' ) ;
710: bis_collection_utilities.put_line(fnd_message.get) ;
711: END initial_load;
712:
713: /* This API will be called by Incremental Load Concurrent Program.

Line 745: , value => 'OKI_LOAD_TERR_PVT.initial_load ' ) ;

741: fnd_message.set_name( application => 'FND'
742: , name => 'CRM-DEBUG ERROR' ) ;
743: fnd_message.set_token(
744: token => 'ROUTINE'
745: , value => 'OKI_LOAD_TERR_PVT.initial_load ' ) ;
746: bis_collection_utilities.put_line(fnd_message.get) ;
747: RAISE;
748: END incr_load;
749:

Line 1002: END OKI_LOAD_TERR_PVT;

998: fnd_file.put_line( which => fnd_file.log
999: , buff => 'Error while retrieving schema name for product OKI');
1000: RAISE_APPLICATION_ERROR(-20000,'Stack Dump Follows =>', true);
1001: END IF;
1002: END OKI_LOAD_TERR_PVT;