DBA Data[Home] [Help]

APPS.PAY_PYEPFREQ_PKG dependencies on PER_TIME_PERIOD_TYPES

Line 156: FROM per_time_period_types

152:
153: hr_utility.set_location('pay_pyepfreq_pkg', 40);
154: SELECT number_per_fiscal_year
155: INTO v_number_per_fy
156: FROM per_time_period_types
157: WHERE period_type = p_period_type;
158: --
159: IF v_number_per_fy >= c_months_per_fiscal_yr THEN
160: v_reset_period_type := 'Calendar Month';