DBA Data[Home] [Help]

APPS.OKI_LOAD_ENR_PVT dependencies on FND_GLOBAL

Line 1012: g_request_id := fnd_global.conc_request_id ;

1008:
1009: BEGIN
1010: -- Initialize the global variables used to log this job run
1011: -- from concurrent manager
1012: g_request_id := fnd_global.conc_request_id ;
1013: g_program_application_id := fnd_global.prog_appl_id ;
1014: g_program_id := fnd_global.conc_program_id ;
1015: g_program_update_date := SYSDATE ;
1016:

Line 1013: g_program_application_id := fnd_global.prog_appl_id ;

1009: BEGIN
1010: -- Initialize the global variables used to log this job run
1011: -- from concurrent manager
1012: g_request_id := fnd_global.conc_request_id ;
1013: g_program_application_id := fnd_global.prog_appl_id ;
1014: g_program_id := fnd_global.conc_program_id ;
1015: g_program_update_date := SYSDATE ;
1016:
1017: END oki_load_enr_pvt ;

Line 1014: g_program_id := fnd_global.conc_program_id ;

1010: -- Initialize the global variables used to log this job run
1011: -- from concurrent manager
1012: g_request_id := fnd_global.conc_request_id ;
1013: g_program_application_id := fnd_global.prog_appl_id ;
1014: g_program_id := fnd_global.conc_program_id ;
1015: g_program_update_date := SYSDATE ;
1016:
1017: END oki_load_enr_pvt ;