DBA Data[Home] [Help]

APPS.PAY_US_DEDN_TEMPLATE_WRAPPER dependencies on PAY_ELEMENT_TEMPLATES

Line 280: from pay_element_templates

276: l_template_based number;
277: --
278: cursor c1 is
279: select template_id
280: from pay_element_templates
281: where base_name = p_element_name
282: and business_group_id = p_business_group_id
283: and template_type = 'U';
284: --