DBA Data[Home] [Help]

APPS.PSP_ENC_PRE_PROCESS dependencies on PER_TIME_PERIODS

Line 115: FROM per_time_periods

111: /* This cursor is declared to pass a minimum of time period date,
112: if no payroll is processed for that payroll */
113: CURSOR min_start_dt_cur IS
114: SELECT min(start_date)
115: FROM per_time_periods
116: WHERE payroll_id = p_payroll_id;
117:
118: BEGIN
119: -- Introduced the following for bug fix 3434626