DBA Data[Home] [Help]

APPS.FF_FORMULAS_F_PKG dependencies on PAY_ELEMENT_TEMPLATES

Line 187: from pay_element_templates pet

183: where (pset.skip_formula = p_formula_details.formula_name or pset.iterative_formula_name=
184: p_formula_details.formula_name )
185: and exists(
186: select null
187: from pay_element_templates pet
188: where pet.template_id = pset.template_id
189: and (
190: ( pet.legislation_code is null and pet.business_group_id is null)
191: