DBA Data[Home] [Help]

APPS.WIP_EAM_UTILS dependencies on WIP_REQUIREMENT_OPERATIONS_V

Line 957: from wip_requirement_operations_v

953:
954: begin
955: select count(*)
956: into l_count
957: from wip_requirement_operations_v
958: where organization_id = p_organization_id
959: and wip_entity_id = p_wip_entity_id
960: and operation_seq_num = 1;
961: