DBA Data[Home] [Help]

APPS.WIP_FLOW_VALIDATION dependencies on WIP_SCHEDULE_GROUPS_VAL_V

Line 764: from wip_schedule_groups_val_v wsg

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