DBA Data[Home] [Help]

APPS.PAY_AE_RULES dependencies on HR_UTILITY

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

386: PROCEDURE element_template_post_process
387: (p_template_id IN NUMBER) AS
388: BEGIN
389:
390: hr_utility.set_location('Entering: post process', 10);
391: pay_ae_element_template_pkg.element_template_post_process(p_template_id);
392: hr_utility.set_location('Leaving: post process', 20);
393: END element_template_post_process;
394:

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

388: BEGIN
389:
390: hr_utility.set_location('Entering: post process', 10);
391: pay_ae_element_template_pkg.element_template_post_process(p_template_id);
392: hr_utility.set_location('Leaving: post process', 20);
393: END element_template_post_process;
394:
395: END PAY_AE_RULES;