DBA Data[Home] [Help]

APPS.PAY_DK_TC_DP_UPLOAD dependencies on HRDPP_UPDATE_ELEMENT_ENTRY

Line 597: hrdpp_update_element_entry.insert_batch_lines

593:
594: hr_utility.set_location ( ' Datetrack Update Mode:' || l_datetrack_update_mode, 90);
595: -- Data Pump procedure called to create batch lines to update element entries
596: -- Bug fix 4215700
597: hrdpp_update_element_entry.insert_batch_lines
598: (p_batch_id => l_batch_id
599: ,p_data_pump_business_grp_name => l_bg_name
600: ,P_DATETRACK_UPDATE_MODE => l_datetrack_update_mode
601: ,P_EFFECTIVE_DATE => fnd_date.canonical_to_date(l_effective_date)

Line 636: -- fnd_file.put_line (fnd_file.LOG,'After hrdpp_update_element_entry.insert_batch_lines 1');

632: ,P_INPUT_VALUE_NAME13 =>l_input_value_name13
633: ,P_INPUT_VALUE_NAME14 =>l_input_value_name14
634: ,P_INPUT_VALUE_NAME15 =>l_input_value_name15);
635:
636: -- fnd_file.put_line (fnd_file.LOG,'After hrdpp_update_element_entry.insert_batch_lines 1');
637: -- End Bug fix 4215700
638: hr_utility.set_location ( ' Batch Lines created for Element Updation: ' , 100);
639: ELSE
640:

Line 721: -- fnd_file.put_line (fnd_file.LOG,'After hrdpp_update_element_entry.insert_batch_lines 2');

717: ,P_INPUT_VALUE_NAME15 =>l_input_value_name15);
718: -- End Bug fix 4215700
719: hr_utility.set_location ( ' Batch Lines created for Element Creation: ' , 100);
720:
721: -- fnd_file.put_line (fnd_file.LOG,'After hrdpp_update_element_entry.insert_batch_lines 2');
722: END IF;
723: hr_utility.set_location ( ' Batch Lines created ' , 100);
724: -- commit the records uppon reaching the commit point
725: IF MOD (l_batch_seq, c_commit_point) = 0 THEN