DBA Data[Home] [Help]

APPS.WIP_JSI_VALIDATOR dependencies on WIP_SCHEDULE_GROUPS_VAL_V

Line 829: from wip_schedule_groups_val_v

825: if(wjsi_row.schedule_group_id is not null and
826: wjsi_row.load_type in (wip_constants.create_job, wip_constants.resched_job, wip_constants.create_ns_job)) then
827: select 1
828: into g_dummy
829: from wip_schedule_groups_val_v
830: where schedule_group_id = wjsi_row.schedule_group_id
831: and organization_id = wjsi_row.organization_id;
832: end if; exception
833: when others then