DBA Data[Home] [Help]

APPS.PAY_ELEMENT_TEMPLATE_USER_INIT dependencies on PAY_TEMPLATE_CORE_OBJECTS

Line 201: FROM pay_template_core_objects

197: CURSOR get_core_shadow_object_id( cp_template_id number
198: ,cp_object_type varchar2) IS
199: SELECT core_object_id
200: ,shadow_object_id
201: FROM pay_template_core_objects
202: WHERE template_id = cp_template_id
203: AND core_object_type = cp_object_type;
204:
205: -- Cursor to get payroll_id value based on payroll_name