DBA Data[Home] [Help]

APPS.PAY_MX_RULES dependencies on PAY_SHADOW_ELEMENT_TYPES

Line 309: FROM pay_shadow_element_types

305: AND organization_id = cp_business_group_id;
306:
307: CURSOR get_classification_name( cp_template_id NUMBER ) IS
308: SELECT classification_name
309: FROM pay_shadow_element_types
310: WHERE template_id = cp_template_id;
311:
312: CURSOR get_element_type_id( cp_business_group_id NUMBER
313: ,cp_element_name VARCHAR2 ) IS