[Home] [Help]
APPS.PSP_PAYTRN dependencies on PER_TIME_PERIOD_TYPES
Line 2544: FROM per_time_period_types
2540:
2541:
2542: CURSOR get_no_per_fiscal_year_csr is
2543: SELECT number_per_fiscal_year
2544: FROM per_time_period_types
2545: WHERE period_type = (select period_type from per_time_periods
2546: where time_period_id = x_time_period_id);
2547:
2548: --