[Home] [Help]
341: if(wjsi_row.schedule_group_id is null) then
342: if(wjsi_row.schedule_group_name is not null) then
343: select schedule_group_id
344: into wjsi_row.schedule_group_id
345: from wip_schedule_groups_val_v
346: where schedule_group_name = wjsi_row.schedule_group_name
347: and organization_id = wjsi_row.organization_id;
348: end if;
349: else