DBA Data[Home] [Help]

APPS.WIP_JSI_VALIDATOR dependencies on WIP_SCHEDULE_GROUPS_VAL_V

Line 834: from wip_schedule_groups_val_v

830: if(wjsi_row.schedule_group_id is not null and
831: wjsi_row.load_type in (wip_constants.create_job, wip_constants.resched_job, wip_constants.create_ns_job)) then
832: select 1
833: into g_dummy
834: from wip_schedule_groups_val_v
835: where schedule_group_id = wjsi_row.schedule_group_id
836: and organization_id = wjsi_row.organization_id;
837: end if; exception
838: when others then