DBA Data[Home] [Help]

APPS.EAM_OPERATIONS_JSP dependencies on WIP_OPERATION_RESOURCES_V

Line 1410: from wip_operation_resources_v v

1406: and r.resource_seq_num = p_resource_seq_num;
1407:
1408: select quantity_open
1409: into l_quantity_open
1410: from wip_operation_resources_v v
1411: where v.wip_entity_id = curRow.Wip_Entity_Id
1412: and v.operation_seq_num = curRow.Operation_Seq_Num
1413: and v.resource_seq_num = curRow.Resource_Seq_Num;
1414: