DBA Data[Home] [Help]

APPS.PAY_CA_USER_INIT_EARN dependencies on PAY_ELEMENT_TEMPLATES

Line 371: from pay_element_templates

367: 'Legislation is :'||p_legislation_code);
368: --
369: select template_id
370: into l_template_id
371: from pay_element_templates
372: where template_name = l_template_name
373: and legislation_code = p_legislation_code
374: and business_group_id is NULL
375: and template_type = 'T';

Line 1130: from pay_element_templates

1126: hr_utility.set_location('pay_ca_user_init_earn.delete_user_init_earning',1);
1127: --
1128: select template_id
1129: into l_template_id
1130: from pay_element_templates
1131: where base_name = p_ele_name
1132: and business_group_id = p_business_group_id
1133: and template_type = 'U';
1134: --