DBA Data[Home] [Help]

APPS.BEN_DERIVE_FACTORS dependencies on PER_TIME_PERIODS

Line 234: derived from per_time_periods based on

230: a value before return in determine_compensation
231: 29-Mar-2007 rtagarra 115.95 Bug 5931412 : To take care of short months case.
232: 09-Apr-2007 rtagarra 115.96 Bug 5931412 : Leap Year Case.
233: 08-Jun-2007 sshetty 115.97 Bug 6067726. Annualization factor will be
234: derived from per_time_periods based on
235: the payroll info if the
236: Pay Annualization Factor value on Salary
237: basis is null.
238: 31-Oct-2007 rtagarra 115.98 Bug 6601294: Fixed cursor c_stated_salary.

Line 750: from per_time_periods ptp

746:
747: cursor c_get_period_num (cp_payroll_id number,
748: cp_effective_date date) is
749: select ptp.period_num period_num
750: from per_time_periods ptp
751: where payroll_id=cp_payroll_id
752: and to_char(cut_off_date,'RRRR')= to_char(cp_effective_date,'RRRR')
753: order by 1 desc;
754: --