DBA Data[Home] [Help]

APPS.PAY_ZA_PAYSLIP_ARCHIVE dependencies on FF_FORMULAS_F

Line 185: ff_formulas_f fff

181: p_effective_date date
182: ) is
183: select pet.formula_id
184: from pay_element_types_f pet,
185: ff_formulas_f fff
186: where pet.element_type_id = p_element_type_id
187: and pet.formula_id = fff.formula_id
188: and fff.formula_name = 'ONCE_EACH_PERIOD'
189: and p_effective_date between fff.effective_start_date and fff.effective_end_date