DBA Data[Home] [Help]

APPS.PAY_INS_CUSTOM_TEMPLATE dependencies on PAY_REPORT_CATEGORY_COMP_S

Line 433: SELECT pay_report_category_comp_s.nextval INTO p_report_category_comp_id FROM DUAL;

429: l_proc_name := 'INSERT_REPORT_CATEGORY_COMPONENT';
430: hr_utility.trace('Entering '||l_proc_name);
431: hr_utility.trace('Deleting report category component.');
432:
433: SELECT pay_report_category_comp_s.nextval INTO p_report_category_comp_id FROM DUAL;
434:
435: hr_utility.trace('Inserting report category component.');
436:
437: IF DEBUG_MODE THEN