DBA Data[Home] [Help]

APPS.PAY_IE_MEDICAL_ADJUST dependencies on HRASSACT

Line 134: hr_utility.set_location('Before calling hrassact.bal_adjust ',2060);

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.
134: hr_utility.set_location('Before calling hrassact.bal_adjust ',2060);
135:
136: hrassact.bal_adjust (consetid => NULL,
137: eentryid => l_element_entry_id,
138: effdate => p_eff_date,

Line 136: hrassact.bal_adjust (consetid => NULL,

132: -- routine to ensure that we get support for altering
133: -- latest balances and creation of Action Contexts.
134: hr_utility.set_location('Before calling hrassact.bal_adjust ',2060);
135:
136: hrassact.bal_adjust (consetid => NULL,
137: eentryid => l_element_entry_id,
138: effdate => p_eff_date,
139: prepay_flag => NULL,
140: run_type_id => NULL);

Line 142: hr_utility.set_location('After calling hrassact.bal_adjust ',2060);

138: effdate => p_eff_date,
139: prepay_flag => NULL,
140: run_type_id => NULL);
141:
142: hr_utility.set_location('After calling hrassact.bal_adjust ',2060);
143:
144: hr_utility.set_location('Leaving '||g_package||l_proc_name,2000);
145: END;
146: