DBA Data[Home] [Help]

APPS.WIP_FLOW_VALIDATION dependencies on WIP_SCHEDULE_GROUPS_VAL_V

Line 765: from wip_schedule_groups_val_v wsg

761: where rowid = p_rowid
762: and ( ( schedule_group is not null
763: and exists
764: ( select 1
765: from wip_schedule_groups_val_v wsg
766: where wsg.schedule_group_id = mti.schedule_group
767: and wsg.organization_id = mti.organization_id
768: )
769: )