DBA Data[Home] [Help]

APPS.PAY_US_RULES dependencies on PAY_SHADOW_ELEMENT_TYPES

Line 744: FROM pay_shadow_element_types

740: -- cursor to fetch the new element type id
741: --
742: CURSOR c_element (p_ele_name VARCHAR2, p_template_id NUMBER) IS
743: SELECT element_type_id, object_version_number
744: FROM pay_shadow_element_types
745: WHERE element_name = p_ele_name AND template_id = p_template_id;
746:
747: --
748: -- cursor to get the template id