DBA Data[Home] [Help]

APPS.PAY_IE_PAYE_PKG dependencies on PER_TIME_PERIOD_TYPES

Line 579: FROM per_time_period_types

575: l_number_per_year NUMBER;
576:
577: CURSOR csr_number_per_year IS
578: SELECT number_per_fiscal_year
579: FROM per_time_period_types
580: WHERE period_type =p_period_type;
581:
582: BEGIN
583: