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 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,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);
919:
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;

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

957: 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);
958:
959: p_error_count := p_error_count + 1;
960:
961: IF (hxc_archive_restore_utils.check_max_errors(p_error_count) and p_all_errors=false )
962: THEN
963: l_max_errors_reached := TRUE;
964: exit;
965: END IF;

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

1007: fnd_file.put_line(fnd_file.LOG,
1008: 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);
1009: p_error_count := p_error_count + 1;
1010:
1011: IF (hxc_archive_restore_utils.check_max_errors(p_error_count) and p_all_errors=false)
1012: THEN
1013: l_max_errors_reached := true;
1014: exit;
1015: END IF;