DBA Data[Home] [Help]

APPS.HXC_TIMECARD_PROPERTIES dependencies on PER_TIME_PERIODS

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

684: from hxc_recurring_periods rp
685: where rp.recurring_period_id = p_recurring_period_id;
686:
687: cursor c_number_per_year
688: (p_type in per_time_periods.period_type%type) is
689: select number_per_fiscal_year
690: from per_time_period_types
691: where period_type = p_type;
692: