DBA Data[Home] [Help]

APPS.PAY_IN_ELEMENT_TEMPLATE_PKG dependencies on PAY_SHADOW_FORMULAS

Line 605: FROM pay_shadow_formulas

601: BEGIN
602:
603: SELECT formula_id, object_version_number
604: INTO l_template_rec.uf_setup.formula_id, l_object_version_number
605: FROM pay_shadow_formulas
606: WHERE template_type = pay_in_etw_struct.g_template_type
607: AND legislation_code= pay_in_etw_struct.g_legislation_code
608: AND formula_name = l_template_rec.uf_setup.formula_name;
609:

Line 752: FROM pay_shadow_formulas

748: BEGIN
749:
750: SELECT formula_id, object_version_number
751: INTO l_template_rec.ae_setup(i).uf_setup.formula_id, l_object_version_number
752: FROM pay_shadow_formulas
753: WHERE template_type = pay_in_etw_struct.g_template_type
754: AND legislation_code= pay_in_etw_struct.g_legislation_code
755: AND formula_name = l_template_rec.ae_setup(i).uf_setup.formula_name;
756: