DBA Data[Home] [Help]

APPS.PSP_PAYTRN dependencies on PER_TIME_PERIOD_TYPES

Line 2470: FROM per_time_period_types

2466:
2467:
2468: CURSOR get_no_per_fiscal_year_csr is
2469: SELECT number_per_fiscal_year
2470: FROM per_time_period_types
2471: WHERE period_type = (select period_type from per_time_periods
2472: where time_period_id = x_time_period_id);
2473:
2474: --