Thursday, 15 May 2014

How to confirm that the formula is loaded in Oracle Payroll

SELECT formula_id, effective_start_date, effective_end_date,
       business_group_id, legislation_code, created_by, creation_date,
       last_update_date, last_updated_by
  FROM ff_formulas_f
 WHERE formula_name = '&formula_name'

No comments:

Post a Comment