DBA Data[Home] [Help]

APPS.WIP_VALIDATEMLHEADER_PVT dependencies on WIP_NON_STANDARD_CLASSES_VAL_V

Line 3654: from wip_non_standard_classes_val_v

3650: elsif ( wjsi_row.load_type = wip_constants.create_ns_job ) then
3651: select 1 into l_dummy
3652: from dual
3653: where exists(select 1
3654: from wip_non_standard_classes_val_v
3655: where class_code = wjsi_row.class_code
3656: and organization_id = wjsi_row.organization_id);
3657: end if;
3658: exception