DBA Data[Home] [Help]

APPS.PAY_INS_CUSTOM_TEMPLATE dependencies on PAY_REPORT_CATEGORY_COMP_S

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

438: l_proc_name := 'INSERT_REPORT_CATEGORY_COMPONENT';
439: hr_utility.trace('Entering '||l_proc_name);
440: hr_utility.trace('Deleting report category component.');
441:
442: SELECT pay_report_category_comp_s.nextval INTO p_report_category_comp_id FROM DUAL;
443:
444: hr_utility.trace('Inserting report category component.');
445:
446: IF DEBUG_MODE THEN