DBA Data[Home] [Help]

APPS.PAY_IE_MEDICAL_ADJUST dependencies on PAY_ELEMENT_ENTRIES_F

Line 123: update pay_element_entries_f pee

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
126: where pee.element_entry_id = l_element_entry_id
127: and p_eff_date between pee.effective_start_date and pee.effective_end_date;

Line 129: hr_utility.set_location('After updating pay_element_entries_f ',2050);

125: pee.target_entry_id = NULL
126: where pee.element_entry_id = l_element_entry_id
127: and p_eff_date between pee.effective_start_date and pee.effective_end_date;
128:
129: hr_utility.set_location('After updating pay_element_entries_f ',2050);
130: -- Deal with the creation of Payroll and Assignment
131: -- Action for the adjustment. We call the existing
132: -- routine to ensure that we get support for altering
133: -- latest balances and creation of Action Contexts.