DBA Data[Home] [Help]

APPS.PER_SPINAL_POINT_STEPS_PKG dependencies on PER_ALL_ASSIGNMENTS_F

Line 385: from per_all_assignments_f

381: and p_sess < effective_end_date;
382: --
383: cursor c2 is
384: select 'x'
385: from per_all_assignments_f
386: where special_ceiling_step_id = p_step_id
387: and p_sess < effective_end_date;
388: --
389: begin

Line 432: from per_all_assignments_f

428: where step_id = p_step_id;
429: --
430: cursor c4 is
431: select 'x'
432: from per_all_assignments_f
433: where special_ceiling_step_id = p_step_id
434: and special_ceiling_step_id is not null;
435: --
436: begin