[Home] [Help]
3790: from
3791: dual
3792: where
3793: exists
3794: (select '1' from eam_prior_operations_v
3795: where next_operation = p_from_operation
3796: and schedule_end_date > p_sche_start_date
3797: and wip_entity_id = p_wip_entity_id);
3798:
3836: from
3837: dual
3838: where
3839: exists
3840: (select '1' from eam_prior_operations_v
3841: where next_operation = p_to_operation
3842: and schedule_end_date > p_sche_start_date
3843: and wip_entity_id = p_wip_entity_id);
3844: