DBA Data[Home] [Help]

APPS.WIP_JSI_DEFAULTER dependencies on WIP_SCHEDULE_GROUPS_VAL_V

Line 345: from wip_schedule_groups_val_v

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