DBA Data[Home] [Help]

APPS.PER_COBRA_ECI dependencies on PER_TIME_PERIOD_TYPES

Line 617: FROM per_time_period_types tpt

613: -- declare cursor
614: --
615: CURSOR period_type IS
616: SELECT tpt.period_type
617: FROM per_time_period_types tpt
618: WHERE tpt.number_per_fiscal_year = 12
619: AND tpt.system_flag = 'Y';
620: --
621: BEGIN