DBA Data[Home] [Help]

APPS.ISC_FS_INV_RPT_PKG dependencies on FND_DATE

Line 180: if fnd_date.displaydt_to_date(bis_collection_utilities.get_last_refresh_period('ISC_FS_016_MV')) <

176: l_to_date_type := 'RLX';
177: end if;
178:
179: /* The to date is the least between the as of date and last collection date */
180: if fnd_date.displaydt_to_date(bis_collection_utilities.get_last_refresh_period('ISC_FS_016_MV')) <
181: to_date(isc_fs_rpt_util_pkg.get_parameter_value( p_param, 'AS_OF_DATE'),'DD-MM-YYYY') then
182: l_to_date := to_char(fnd_date.displaydt_to_date(bis_collection_utilities.get_last_refresh_period('ISC_FS_016_MV')),'DD/MM/YYYY');
183: else
184: l_to_date := to_char(to_date(isc_fs_rpt_util_pkg.get_parameter_value( p_param, 'AS_OF_DATE'),'DD-MM-YYYY') ,'DD/MM/YYYY');

Line 182: l_to_date := to_char(fnd_date.displaydt_to_date(bis_collection_utilities.get_last_refresh_period('ISC_FS_016_MV')),'DD/MM/YYYY');

178:
179: /* The to date is the least between the as of date and last collection date */
180: if fnd_date.displaydt_to_date(bis_collection_utilities.get_last_refresh_period('ISC_FS_016_MV')) <
181: to_date(isc_fs_rpt_util_pkg.get_parameter_value( p_param, 'AS_OF_DATE'),'DD-MM-YYYY') then
182: l_to_date := to_char(fnd_date.displaydt_to_date(bis_collection_utilities.get_last_refresh_period('ISC_FS_016_MV')),'DD/MM/YYYY');
183: else
184: l_to_date := to_char(to_date(isc_fs_rpt_util_pkg.get_parameter_value( p_param, 'AS_OF_DATE'),'DD-MM-YYYY') ,'DD/MM/YYYY');
185: end if;
186:

Line 540: if trunc(fnd_date.displaydt_to_date(bis_collection_utilities.get_last_refresh_period('ISC_FS_016_MV'))) <

536: l_to_date_type := 'RLX';
537: end if;
538:
539: /* The to date is the least between the as of date and last collection date */
540: if trunc(fnd_date.displaydt_to_date(bis_collection_utilities.get_last_refresh_period('ISC_FS_016_MV'))) <
541: to_date(isc_fs_rpt_util_pkg.get_parameter_value( p_param, 'AS_OF_DATE'),'DD-MM-YYYY') then
542: l_to_date := to_char(trunc(fnd_date.displaydt_to_date(bis_collection_utilities.get_last_refresh_period('ISC_FS_016_MV'))),'DD/MM/YYYY');
543: else
544: l_to_date := to_char(to_date(isc_fs_rpt_util_pkg.get_parameter_value( p_param, 'AS_OF_DATE'),'DD-MM-YYYY') ,'DD/MM/YYYY');

Line 542: l_to_date := to_char(trunc(fnd_date.displaydt_to_date(bis_collection_utilities.get_last_refresh_period('ISC_FS_016_MV'))),'DD/MM/YYYY');

538:
539: /* The to date is the least between the as of date and last collection date */
540: if trunc(fnd_date.displaydt_to_date(bis_collection_utilities.get_last_refresh_period('ISC_FS_016_MV'))) <
541: to_date(isc_fs_rpt_util_pkg.get_parameter_value( p_param, 'AS_OF_DATE'),'DD-MM-YYYY') then
542: l_to_date := to_char(trunc(fnd_date.displaydt_to_date(bis_collection_utilities.get_last_refresh_period('ISC_FS_016_MV'))),'DD/MM/YYYY');
543: else
544: l_to_date := to_char(to_date(isc_fs_rpt_util_pkg.get_parameter_value( p_param, 'AS_OF_DATE'),'DD-MM-YYYY') ,'DD/MM/YYYY');
545: end if;
546: