DBA Data[Home] [Help]

APPS.EAM_OPERATIONS_JSP dependencies on EAM_NEXT_OPERATIONS_V

Line 4314: (select '1' from eam_next_operations_v

4310: select count(*) into l_restrict_date_change
4311: from dual
4312: where
4313: exists
4314: (select '1' from eam_next_operations_v
4315: where prior_operation = p_from_operation
4316: and schedule_start_date < p_sche_end_date
4317: and wip_entity_id = p_wip_entity_id);
4318: end if;

Line 4360: (select '1' from eam_next_operations_v

4356: select count(*) into l_restrict_date_change
4357: from dual
4358: where
4359: exists
4360: (select '1' from eam_next_operations_v
4361: where prior_operation = p_to_operation
4362: and schedule_start_date < p_sche_start_date
4363: and wip_entity_id = p_wip_entity_id);
4364: end if;