DBA Data[Home] [Help]

APPS.PAY_TFU_BUS dependencies on PAY_SHADOW_FORMULAS

Line 299: from pay_shadow_formulas sf

295: -- formula must encompass that of the template.
296: --
297: cursor csr_formula_valid is
298: select null
299: from pay_shadow_formulas sf
300: where sf.formula_id = p_formula_id
301: and sf.template_type = 'T'
302: and nvl(sf.formula_type_name, pay_sf_shd.g_payroll_formula_type) =
303: pay_sf_shd.g_payroll_formula_type