DBA Data[Home] [Help]

APPS.PQP_NL_ABP_FUNCTIONS dependencies on HR_LOOKUPS

Line 1829: FROM per_time_period_types,hr_lookups hrl

1825:
1826: --cursor to fetch the number of periods per year
1827: CURSOR cur_periods_per_yr(c_eff_date IN DATE) IS
1828: SELECT decode(hrl.lookup_code,'W',53,number_per_fiscal_year)
1829: FROM per_time_period_types,hr_lookups hrl
1830: WHERE period_type =
1831: (SELECT period_type
1832: FROM pay_payrolls_f
1833: WHERE payroll_id =

Line 2803: FROM per_time_period_types,hr_lookups hrl

2799:
2800: --cursor to fetch the number of periods per year
2801: CURSOR cur_periods_per_yr(c_eff_date IN DATE) IS
2802: SELECT decode(hrl.lookup_code,'W',53,number_per_fiscal_year)
2803: FROM per_time_period_types,hr_lookups hrl
2804: WHERE period_type =
2805: (SELECT period_type
2806: FROM pay_payrolls_f
2807: WHERE payroll_id =