DBA Data[Home] [Help]

APPS.PAY_IE_MEDICAL_ADJUST dependencies on PY_ELEMENT_ENTRY_API

Line 104: hr_utility.set_location('Before Calling API py_element_entry_api.create_element_entry ',2040);

100: hr_utility.set_location('link_rec.element_link_id '||link_rec.element_link_id,2030);
101: --
102: -- Call API To Create Element Entry
103: --
104: hr_utility.set_location('Before Calling API py_element_entry_api.create_element_entry ',2040);
105:
106: py_element_entry_api.create_element_entry(p_effective_date => p_eff_date,
107: p_business_group_id => p_bg_id,
108: --p_original_entry_id => p_original_entry_id, -- default

Line 106: py_element_entry_api.create_element_entry(p_effective_date => p_eff_date,

102: -- Call API To Create Element Entry
103: --
104: hr_utility.set_location('Before Calling API py_element_entry_api.create_element_entry ',2040);
105:
106: py_element_entry_api.create_element_entry(p_effective_date => p_eff_date,
107: p_business_group_id => p_bg_id,
108: --p_original_entry_id => p_original_entry_id, -- default
109: p_assignment_id => p_asg_id,
110: p_element_link_id => link_rec.element_link_id,

Line 121: hr_utility.set_location('After Calling API py_element_entry_api.create_element_entry ',2040);

117: p_effective_end_date => l_effective_end_date,
118: p_element_entry_id => l_element_entry_id,
119: p_object_version_number => l_object_version_number,
120: p_create_warning => l_create_warning);
121: hr_utility.set_location('After Calling API py_element_entry_api.create_element_entry ',2040);
122:
123: update pay_element_entries_f pee
124: set pee.creator_type = 'B',
125: pee.target_entry_id = NULL