DBA Data[Home] [Help]

APPS.OKI_REFRESH_PVT dependencies on FND_CONC_DATE

Line 726: l_init_job_run_date := fnd_conc_date.string_to_date('1900/01/01');

722: rec_l_job_run_count_csr l_job_run_count_csr%ROWTYPE ;
723:
724: BEGIN
725: l_retcode := '0' ;
726: l_init_job_run_date := fnd_conc_date.string_to_date('1900/01/01');
727:
728: l_loc := 'Checking if this is the first time the job has ever run.' ;
729: OPEN l_job_run_count_csr ;
730: FETCH l_job_run_count_csr INTO rec_l_job_run_count_csr ;

Line 1736: l_job_start_date := fnd_conc_date.string_to_date('1900/01/01');

1732:
1733: BEGIN
1734: l_retcode := '0' ;
1735: l_sysdate := sysdate ;
1736: l_job_start_date := fnd_conc_date.string_to_date('1900/01/01');
1737: l_table_name :='OKI_JOB_RUN_DTL' ;
1738: l_table_owner := 'OKI';
1739:
1740: fnd_file.put_line( which => fnd_file.log

Line 2382: l_init_job_run_date := fnd_conc_date.string_to_date('1900/01/01');

2378: l_sysdate DATE := NULL ;
2379:
2380: BEGIN
2381: retcode := '0';
2382: l_init_job_run_date := fnd_conc_date.string_to_date('1900/01/01');
2383: l_sysdate := sysdate ;
2384:
2385: -- get representative index storage parms for later use
2386: OPEN index_info_csr('OKI_SALES_K_HDRS','OKI_SALES_K_HDRS_N1','OKI');