DBA Data[Home] [Help]

APPS.HR_BUDGET_CALENDAR dependencies on PER_TIME_PERIOD_TYPES

Line 296: per_time_period_types tpt

292: v_cal_details.actual_period_type,
293: v_cal_details.proc_period_type,
294: v_cal_details.number_per_fiscal_year
295: from pay_calendars cal,
296: per_time_period_types tpt
297: where cal.period_set_name = p_period_set_name
298: and tpt.period_type = cal.actual_period_type;
299: exception
300: when no_data_found then