DBA Data[Home] [Help]

APPS.EAM_OPERATIONS_JSP dependencies on EAM_NEXT_OPERATIONS_V

Line 3804: (select '1' from eam_next_operations_v

3800: select count(*) into l_restrict_date_change
3801: from dual
3802: where
3803: exists
3804: (select '1' from eam_next_operations_v
3805: where prior_operation = p_from_operation
3806: and schedule_start_date < p_sche_end_date
3807: and wip_entity_id = p_wip_entity_id);
3808: end if;

Line 3850: (select '1' from eam_next_operations_v

3846: select count(*) into l_restrict_date_change
3847: from dual
3848: where
3849: exists
3850: (select '1' from eam_next_operations_v
3851: where prior_operation = p_to_operation
3852: and schedule_start_date < p_sche_start_date
3853: and wip_entity_id = p_wip_entity_id);
3854: end if;