DBA Data[Home] [Help]

APPS.PAY_MX_RULES dependencies on PAY_SHADOW_ELEMENT_TYPES

Line 328: FROM pay_shadow_element_types

324: AND organization_id = cp_business_group_id;
325:
326: CURSOR get_classification_name( cp_template_id NUMBER ) IS
327: SELECT classification_name
328: FROM pay_shadow_element_types
329: WHERE template_id = cp_template_id;
330:
331: CURSOR get_element_type_id( cp_business_group_id NUMBER
332: ,cp_element_name VARCHAR2 ) IS