[Home] [Help]
801: if(wjsi_row.demand_class is not null and wjsi_row.load_type in (wip_constants.create_job, wip_constants.create_sched,
802: wip_constants.create_ns_job, wip_constants.create_eam_job)) then
803: select 1
804: into g_dummy
805: from so_demand_classes_active_v
806: where demand_class_code = wjsi_row.demand_class;
807: end if;
808: exception
809: when others then