DBA Data[Home] [Help]

APPS.HRI_BPL_CONC_LOG dependencies on BIS_COLLECTION_UTILITIES

Line 424: bis_collection_utilities.get_last_refresh_dates

420: l_collect_to_date DATE;
421: --
422: BEGIN
423: --
424: bis_collection_utilities.get_last_refresh_dates
425: (p_object_name => p_process_code
426: ,p_start_date => l_process_start_date
427: ,p_end_date => l_process_end_date
428: ,p_period_from => l_collect_from_date

Line 484: bis_collection_utilities.deleteLogForObject(p_object_name => p_process_code);

480: PROCEDURE delete_process_log( p_process_code IN VARCHAR2 ) IS
481: --
482: BEGIN
483: --
484: bis_collection_utilities.deleteLogForObject(p_object_name => p_process_code);
485: --
486: END delete_process_log;
487: --
488: -- Fix for 4043240

Line 497: bis_collection_utilities.g_object_name := p_process_code;

493: PROCEDURE record_process_start(p_process_code IN VARCHAR2) IS
494: --
495: BEGIN
496: --
497: bis_collection_utilities.g_object_name := p_process_code;
498: bis_collection_utilities.g_start_date := sysdate;
499: --
500: -- Log the information only if the logging profile is set
501: --

Line 498: bis_collection_utilities.g_start_date := sysdate;

494: --
495: BEGIN
496: --
497: bis_collection_utilities.g_object_name := p_process_code;
498: bis_collection_utilities.g_start_date := sysdate;
499: --
500: -- Log the information only if the logging profile is set
501: --
502: IF NVL(fnd_profile.value('HRI_LOG_PRCSS_INFO'),'Y') = 'N' THEN

Line 515: ,p_start_time => bis_collection_utilities.g_start_date

511: IF g_mthd_action_id IS NULL THEN
512: --
513: g_mthd_action_id := hri_opl_multi_thread.get_mthd_action_id
514: (p_program => p_process_code
515: ,p_start_time => bis_collection_utilities.g_start_date
516: );
517: --
518: END IF;
519: --

Line 769: bis_collection_utilities.wrapup

765: -- threads only should be updating BIS_REFRESH_LOG table.
766: --
767: IF g_mthd_action_id is not null THEN
768: --
769: bis_collection_utilities.wrapup
770: (p_status => p_status
771: ,p_count => p_count
772: ,p_message => p_message
773: ,p_period_from => p_period_from