DBA Data[Home] [Help]

APPS.EAM_MATERIALISSUE_PVT dependencies on WIP_REQUIREMENT_OPERATIONS

Line 991: from wip_requirement_operations

987: into l_required_quantity,
988: l_quantity_issued,
989: l_quantity_allocated,
990: l_auto_request_material
991: from wip_requirement_operations
992: where inventory_item_id = l_inventory_item_id
993: and organization_id = l_organization_id
994: and wip_entity_id = l_wip_entity_id
995: and operation_seq_num = l_operation_seq_num;

Line 1220: from wip_requirement_operations

1216: select required_quantity,
1217: auto_request_material
1218: into l_required_quantity,
1219: l_auto_request_material
1220: from wip_requirement_operations
1221: where inventory_item_id = l_inventory_item_id
1222: and organization_id = l_organization_id
1223: and wip_entity_id = l_wip_entity_id
1224: and operation_seq_num = l_operation_seq_num;