DBA Data[Home] [Help]

APPS.PAY_CA_USER_INIT_EARN dependencies on PAY_ELEMENT_TEMPLATES

Line 376: from pay_element_templates

372: 'Legislation is :'||p_legislation_code);
373: --
374: select template_id
375: into l_template_id
376: from pay_element_templates
377: where template_name = l_template_name
378: and legislation_code = p_legislation_code
379: and business_group_id is NULL
380: and template_type = 'T';

Line 1138: from pay_element_templates

1134: hr_utility.set_location('pay_ca_user_init_earn.delete_user_init_earning',1);
1135: --
1136: select template_id
1137: into l_template_id
1138: from pay_element_templates
1139: where base_name = p_ele_name
1140: and business_group_id = p_business_group_id
1141: and template_type = 'U';
1142: --