DBA Data[Home] [Help]

APPS.ISC_FS_TASK_BAC_AGING_RPT_PKG dependencies on BIS_PMV_PARAMETERS_PUB

Line 394: , p_parameter_data_type => bis_pmv_parameters_pub.date_bind

390:
391: isc_fs_rpt_util_pkg.add_custom_bind_parameter
392: ( p_custom_output => p_custom_output
393: , p_parameter_name => '&ISC_FS_CURRENT_ASOF_DATE'
394: , p_parameter_data_type => bis_pmv_parameters_pub.date_bind
395: , p_parameter_value => to_char(l_current_as_of_date,'dd/mm/yyyy')
396: );
397:
398: isc_fs_rpt_util_pkg.add_custom_bind_parameter

Line 401: , p_parameter_data_type => bis_pmv_parameters_pub.date_bind

397:
398: isc_fs_rpt_util_pkg.add_custom_bind_parameter
399: ( p_custom_output => p_custom_output
400: , p_parameter_name => '&ISC_FS_PREVIOUS_ASOF_DATE'
401: , p_parameter_data_type => bis_pmv_parameters_pub.date_bind
402: , p_parameter_value => to_char(l_previous_as_of_date,'dd/mm/yyyy')
403: );
404:
405: isc_fs_rpt_util_pkg.add_custom_bind_parameter

Line 408: , p_parameter_data_type => bis_pmv_parameters_pub.numeric_bind

404:
405: isc_fs_rpt_util_pkg.add_custom_bind_parameter
406: ( p_custom_output => p_custom_output
407: , p_parameter_name => '&ISC_FS_CURRENT_TIME'
408: , p_parameter_data_type => bis_pmv_parameters_pub.numeric_bind
409: , p_parameter_value => l_current_as_of_date - trunc(l_current_as_of_date)
410: );
411:
412: isc_fs_rpt_util_pkg.add_custom_bind_parameter

Line 415: , p_parameter_data_type => bis_pmv_parameters_pub.date_bind

411:
412: isc_fs_rpt_util_pkg.add_custom_bind_parameter
413: ( p_custom_output => p_custom_output
414: , p_parameter_name => '&ISC_FS_CURR_REPORT_START_DATE'
415: , p_parameter_data_type => bis_pmv_parameters_pub.date_bind
416: , p_parameter_value => to_char(l_current_start_date,'dd/mm/yyyy')
417: );
418:
419: isc_fs_rpt_util_pkg.add_custom_bind_parameter

Line 422: , p_parameter_data_type => bis_pmv_parameters_pub.date_bind

418:
419: isc_fs_rpt_util_pkg.add_custom_bind_parameter
420: ( p_custom_output => p_custom_output
421: , p_parameter_name => '&ISC_FS_PREV_REPORT_START_DATE'
422: , p_parameter_data_type => bis_pmv_parameters_pub.date_bind
423: , p_parameter_value => to_char(l_previous_start_date,'dd/mm/yyyy')
424: );
425:
426: isc_fs_rpt_util_pkg.add_custom_bind_parameter

Line 429: , p_parameter_data_type => bis_pmv_parameters_pub.numeric_bind

425:
426: isc_fs_rpt_util_pkg.add_custom_bind_parameter
427: ( p_custom_output => p_custom_output
428: , p_parameter_name => '&ISC_FS_CURRENT_BIT'
429: , p_parameter_data_type => bis_pmv_parameters_pub.numeric_bind
430: , p_parameter_value => l_current_bit
431: );
432:
433: isc_fs_rpt_util_pkg.add_custom_bind_parameter

Line 436: , p_parameter_data_type => bis_pmv_parameters_pub.numeric_bind

432:
433: isc_fs_rpt_util_pkg.add_custom_bind_parameter
434: ( p_custom_output => p_custom_output
435: , p_parameter_name => '&ISC_FS_PREVIOUS_BIT'
436: , p_parameter_data_type => bis_pmv_parameters_pub.numeric_bind
437: , p_parameter_value => l_previous_bit
438: );
439:
440: end get_curr_prior_dates;