[Home] [Help]
211: CURSOR get_core_shadow_object_id( cp_template_id number
212: ,cp_object_type varchar2) IS
213: SELECT core_object_id
214: ,shadow_object_id
215: FROM pay_template_core_objects
216: WHERE template_id = cp_template_id
217: AND core_object_type = cp_object_type;
218:
219: -- Cursor to get payroll_id value based on payroll_name