DBA Data[Home] [Help]

APPS.WIP_VALIDATEMLHEADER_PVT dependencies on WIP_NON_STANDARD_CLASSES_VAL_V

Line 3760: from wip_non_standard_classes_val_v

3756: elsif ( wjsi_row.load_type = wip_constants.create_ns_job ) then
3757: select 1 into l_dummy
3758: from dual
3759: where exists(select 1
3760: from wip_non_standard_classes_val_v
3761: where class_code = wjsi_row.class_code
3762: and organization_id = wjsi_row.organization_id);
3763: end if;
3764: exception