DBA Data[Home] [Help]

APPS.PAY_US_RULES dependencies on PAY_SHADOW_ELEMENT_TYPES

Line 689: FROM pay_shadow_element_types

685: -- cursor to fetch the new element type id
686: --
687: CURSOR c_element (p_ele_name VARCHAR2, p_template_id NUMBER) IS
688: SELECT element_type_id, object_version_number
689: FROM pay_shadow_element_types
690: WHERE element_name = p_ele_name AND template_id = p_template_id;
691:
692: --
693: -- cursor to get the template id