Friday, July 12, 2013

Function to Get Net Accruals

SELECT TO_CHAR
          (per_utility_functions.get_net_accrual
                                 (:v_asg_id,                                          
                                  :v_payroll_id,
                                  :v_business_group_id,
                                  NULL,
                                  TO_DATE (:v_date),
                                  61, -- Accrual Plan ID
                                  NULL,
                                  NULL
                                 )
          )
  FROM DUAL;

1 comment: