DBA Data[Home] [Help]

APPS.WIP_JSI_DEFAULTER dependencies on WIP_REPETITIVE_SCHEDULES_S

Line 554: select wip_repetitive_schedules_s.nextval

550:
551: procedure repetitive_schedule_id is begin
552: if(wjsi_row.load_type = wip_constants.create_sched) then
553: if(wjsi_row.repetitive_schedule_id is null) then
554: select wip_repetitive_schedules_s.nextval
555: into wjsi_row.repetitive_schedule_id
556: from dual;
557: end if;
558: elsif(wjsi_row.repetitive_schedule_id is not null) then