DBA Data[Home] [Help]

APPS.PAY_AE_RULES dependencies on HR_UTILITY

Line 396: hr_utility.set_location('Entering: post process', 10);

392: PROCEDURE element_template_post_process
393: (p_template_id IN NUMBER) AS
394: BEGIN
395:
396: hr_utility.set_location('Entering: post process', 10);
397: pay_ae_element_template_pkg.element_template_post_process(p_template_id);
398: hr_utility.set_location('Leaving: post process', 20);
399: END element_template_post_process;
400:

Line 398: hr_utility.set_location('Leaving: post process', 20);

394: BEGIN
395:
396: hr_utility.set_location('Entering: post process', 10);
397: pay_ae_element_template_pkg.element_template_post_process(p_template_id);
398: hr_utility.set_location('Leaving: post process', 20);
399: END element_template_post_process;
400:
401: END PAY_AE_RULES;