DBA Data[Home] [Help]

APPS.HR_REPORTS dependencies on PER_TIME_PERIODS

Line 494: FROM per_time_periods

490: , end_date
491: INTO p_period_name
492: , p_start_date
493: , p_end_date
494: FROM per_time_periods
495: WHERE time_period_id = p_time_period_id;
496: --
497: exception when NO_DATA_FOUND then null;
498: end;