DBA Data[Home] [Help]

APPS.EAM_WO_VALIDATE_PVT dependencies on WIP_SCHEDULE_GROUPS_VAL_V

Line 1484: from wip_schedule_groups_val_v

1480: if p_eam_wo_rec.schedule_group_id is not null then
1481:
1482: select 1
1483: into g_dummy
1484: from wip_schedule_groups_val_v
1485: where schedule_group_id = p_eam_wo_rec.schedule_group_id
1486: and organization_id = p_eam_wo_rec.organization_id;
1487: end if;
1488: