DBA Data[Home] [Help]

APPS.WIP_JSI_VALIDATOR dependencies on SO_DEMAND_CLASSES_ACTIVE_V

Line 800: from so_demand_classes_active_v

796: if(wjsi_row.demand_class is not null and wjsi_row.load_type in (wip_constants.create_job, wip_constants.create_sched,
797: wip_constants.create_ns_job, wip_constants.create_eam_job)) then
798: select 1
799: into g_dummy
800: from so_demand_classes_active_v
801: where demand_class_code = wjsi_row.demand_class;
802: end if;
803: exception
804: when others then