How to confirm that the formula is loaded in Oracle Payroll

Run the following script and it should return a row if the formula is uploaded.


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'



Leave comment for any query.


0 comments: