DBA Data[Home] [Help]

APPS.HRWSECI dependencies on PER_TIME_PERIOD_TYPES

Line 574: FROM per_time_period_types tpt

570: -- declare cursor
571: --
572: CURSOR period_type IS
573: SELECT tpt.period_type
574: FROM per_time_period_types tpt
575: WHERE tpt.number_per_fiscal_year = 12
576: AND tpt.system_flag = 'Y';
577: --
578: BEGIN