DBA Data[Home] [Help]

APPS.WIP_EAM_UTILS dependencies on WIP_REQUIREMENT_OPERATIONS_V

Line 944: from wip_requirement_operations_v

940:
941: begin
942: select count(*)
943: into l_count
944: from wip_requirement_operations_v
945: where organization_id = p_organization_id
946: and wip_entity_id = p_wip_entity_id
947: and operation_seq_num = 1;
948: