[Home] [Help]
4300: from
4301: dual
4302: where
4303: exists
4304: (select '1' from eam_prior_operations_v
4305: where next_operation = p_from_operation
4306: and schedule_end_date > p_sche_start_date
4307: and wip_entity_id = p_wip_entity_id);
4308:
4346: from
4347: dual
4348: where
4349: exists
4350: (select '1' from eam_prior_operations_v
4351: where next_operation = p_to_operation
4352: and schedule_end_date > p_sche_start_date
4353: and wip_entity_id = p_wip_entity_id);
4354: