DBA Data[Home] [Help]

APPS.PAY_US_USER_INIT_DEDN dependencies on PAY_ELEMENT_TEMPLATES

Line 394: from pay_element_templates

390: l_ele_category varchar2(30);
391:
392: cursor c4 is
393: select template_id,base_processing_priority
394: from pay_element_templates
395: where template_name = l_template_name
396: and legislation_code = p_legislation_code
397: and template_type = 'T'
398: and business_group_id is null;

Line 2213: from pay_element_templates

2209: l_proc varchar2(200);
2210: --
2211: cursor c1 is
2212: select template_id
2213: from pay_element_templates
2214: where base_name = p_ele_name
2215: and business_group_id = p_business_group_id
2216: and template_type = 'U';
2217: --