DBA Data[Home] [Help]

APPS.EAM_WO_VALIDATE_PVT dependencies on WIP_SCHEDULE_GROUPS_VAL_V

Line 1564: from wip_schedule_groups_val_v

1560: if p_eam_wo_rec.schedule_group_id is not null then
1561:
1562: select 1
1563: into g_dummy
1564: from wip_schedule_groups_val_v
1565: where schedule_group_id = p_eam_wo_rec.schedule_group_id
1566: and organization_id = p_eam_wo_rec.organization_id;
1567: end if;
1568: