DBA Data[Home] [Help]

APPS.PSP_PI_IMPORT_DATA dependencies on PER_TIME_PERIODS

Line 329: FROM PER_TIME_PERIODS

325: -- intorduced the following for Bug 2916848
326:
327: CURSOR Time_period_end_date_cur(n_time_period_id IN NUMBER) IS
328: SELECT end_date
329: FROM PER_TIME_PERIODS
330: WHERE time_period_id = n_time_period_id;
331:
332: l_exchange_rate_type psp_payroll_controls.exchange_rate_type%type;
333: l_end_date DATE;