DBA Data[Home] [Help]

APPS.HXC_TIMECARD_PROPERTIES dependencies on PER_TIME_PERIODS

Line 715: (p_type in per_time_periods.period_type%type) is

711: from hxc_recurring_periods rp
712: where rp.recurring_period_id = p_recurring_period_id;
713:
714: cursor c_number_per_year
715: (p_type in per_time_periods.period_type%type) is
716: select number_per_fiscal_year
717: from per_time_period_types
718: where period_type = p_type;
719: