DBA Data[Home] [Help]

APPS.HXC_DATA_SET dependencies on HXC_ARCHIVE_RESTORE_UTILS

Line 177: l_tbb_id_tab hxc_archive_restore_utils.t_tbb_id;

173: WHERE scope ='TIMECARD'
174: AND (data_set_id <> p_data_set_id OR data_set_id IS NULL)
175: AND stop_time BETWEEN p_start_date AND p_stop_date;
176:
177: l_tbb_id_tab hxc_archive_restore_utils.t_tbb_id;
178:
179: l_fnd_logging varchar2(10);
180: l_chunk_size number;
181:

Line 833: IF (hxc_archive_restore_utils.check_max_errors(p_error_count) and p_all_errors=false )

829: fnd_file.put_line(fnd_file.LOG,l_unretrieved_tc.start_time||'-'||l_unretrieved_tc.stop_time||' '||l_unretrieved_tc.resource_id||' - '||l_unretrieved_tc.employee_number||' - '||l_unretrieved_tc.full_name);
830:
831: p_error_count := p_error_count + 1;
832:
833: IF (hxc_archive_restore_utils.check_max_errors(p_error_count) and p_all_errors=false )
834: THEN
835: l_max_errors_reached := TRUE;
836: EXIT;
837: END IF;

Line 872: IF (hxc_archive_restore_utils.check_max_errors(p_error_count) and p_all_errors=false )

868: fnd_file.put_line(fnd_file.LOG,l_err_tc.start_time||'-'||l_err_tc.stop_time||' '||l_err_tc.resource_id||' - '||l_err_tc.employee_number||' - '||l_err_tc.full_name);
869:
870: p_error_count := p_error_count + 1;
871:
872: IF (hxc_archive_restore_utils.check_max_errors(p_error_count) and p_all_errors=false )
873: THEN
874: l_max_errors_reached := TRUE;
875: exit;
876: END IF;

Line 922: IF (hxc_archive_restore_utils.check_max_errors(p_error_count) and p_all_errors=false)

918: fnd_file.put_line(fnd_file.LOG,
919: l_timecard_notifications.start_time||'-'||l_timecard_notifications.stop_time||' '||l_timecard_notifications.resource_id||' - '||l_timecard_notifications.employee_number||' - '||l_timecard_notifications.full_name);
920: p_error_count := p_error_count + 1;
921:
922: IF (hxc_archive_restore_utils.check_max_errors(p_error_count) and p_all_errors=false)
923: THEN
924: l_max_errors_reached := true;
925: exit;
926: END IF;