DBA Data[Home] [Help]

APPS.ISC_DEPOT_BACKLOG_ETL_PKG dependencies on FND_DATE

Line 298: bis_collection_utilities.log( 'Global Start Date: ' || fnd_date.date_to_displaydt(g_global_start_date), 1 );

294: , x_message => l_message
295: ) <> c_ok then
296: raise l_exception;
297: end if;
298: bis_collection_utilities.log( 'Global Start Date: ' || fnd_date.date_to_displaydt(g_global_start_date), 1 );
299:
300: l_stmnt_id := 20;
301: delete
302: from isc_dr_inc

Line 540: bis_collection_utilities.log( 'From Date: ' || fnd_date.date_to_displaydt(l_last_run_date), 1 );

536: l_message := 'Please run the Intial Load Request Set for the Depot Repair Management page.';
537: raise l_exception;
538: end if;
539:
540: bis_collection_utilities.log( 'From Date: ' || fnd_date.date_to_displaydt(l_last_run_date), 1 );
541:
542: l_stmnt_id := 20;
543: l_run_date := sysdate - 5/(24*60);
544: l_to_date := sysdate;