DBA Data[Home] [Help]

APPS.ISC_FS_TASK_BAC_AGE_ETL_PKG dependencies on FND_DATE

Line 137: l_refresh_date := fnd_date.displaydt_to_date(bis_collection_utilities.get_last_refresh_period(p_object_name));

133: l_refresh_date date;
134:
135: begin
136:
137: l_refresh_date := fnd_date.displaydt_to_date(bis_collection_utilities.get_last_refresh_period(p_object_name));
138: x_refresh_date := l_refresh_date;
139: return 0;
140:
141: exception

Line 494: bis_collection_utilities_log( 'As At ' || fnd_date.date_to_displaydt(l_collect_to_date), 1 );

490: end if;
491:
492: l_collect_from_date := l_collect_to_date;
493:
494: bis_collection_utilities_log( 'As At ' || fnd_date.date_to_displaydt(l_collect_to_date), 1 );
495:
496: -- get the isc schema name
497: l_stmt_id := 20;
498: if get_schema_name

Line 668: bis_collection_utilities_log( 'As At ' || fnd_date.date_to_displaydt(l_collect_to_date), 1 );

664: end if;
665:
666: l_collect_from_date := l_collect_to_date;
667:
668: bis_collection_utilities_log( 'As At ' || fnd_date.date_to_displaydt(l_collect_to_date), 1 );
669:
670: -- get the isc schema name
671: l_stmt_id := 20;
672: if get_schema_name